Commit f7d9d091a807e249261f051240c03189ca8466f2
1 parent
6fbb2a8a
卡牌类才展示倍率
Showing
2 changed files
with
5 additions
and
2 deletions
src/components/Common/Typesetting/typesetting.js
src/components/QuickQuote/index.jsx
| ... | ... | @@ -1391,7 +1391,9 @@ const BoxComponent = props => { |
| 1391 | 1391 | ) { |
| 1392 | 1392 | return false; |
| 1393 | 1393 | } |
| 1394 | - | |
| 1394 | + if (selectedNode.sTypeKey !== 'kapai' && item.sName === 'sMagnification') { | |
| 1395 | + return false | |
| 1396 | + } | |
| 1395 | 1397 | return item.iTag === iTag; |
| 1396 | 1398 | }); |
| 1397 | 1399 | let boxConfigList = []; | ... | ... |