Commit 39863751b71353473ed3e18e7625716bf6600802
1 parent
dfd5a027
no message
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Common/Typesetting/typesetting.js
| ... | ... | @@ -92,7 +92,7 @@ const Typesetting = props => { |
| 92 | 92 | // dHorizontal = 1; |
| 93 | 93 | // 如果需要自定义排版数 |
| 94 | 94 | // 确认是竖向排列还是横向排列 |
| 95 | - const isKapai = slaveRowData.sName === '卡牌' | |
| 95 | + const isKapai = slaveRowData.svgType === '6' | |
| 96 | 96 | const L = isKapai? Number(dL) : Number(masterData?.dLength) || 0; |
| 97 | 97 | const W = isKapai? Number(dW) : masterData?.dWidth || 0; |
| 98 | 98 | const H = masterData?.dWidth || 0; | ... | ... |