Merge branch 'ID1000821_散剪剪版不显示空差' into dev_购物车优化
This commit is contained in:
commit
89f277b0b0
@ -228,7 +228,7 @@ export default memo(({ show = false, onClose, title = '', productId = 0 }: param
|
|||||||
</View>
|
</View>
|
||||||
<View className={styles.item_con}>
|
<View className={styles.item_con}>
|
||||||
<View className={styles.title}>{formatHashTag(item.code, item.name)}</View>
|
<View className={styles.title}>{formatHashTag(item.code, item.name)}</View>
|
||||||
<View className={styles.weight_error}>空差:{formatWeightDiv(item.weight_error)}kg</View>
|
{selectIndex == 0 && <View className={styles.weight_error}>空差:{formatWeightDiv(item.weight_error)}kg</View>}
|
||||||
<View className={styles.num}>{formatPrice(item)}</View>
|
<View className={styles.num}>{formatPrice(item)}</View>
|
||||||
</View>
|
</View>
|
||||||
<View className={styles.btn_con}>
|
<View className={styles.btn_con}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user