🐞 fix(#1000712): 修复购物页面剪版单价单位问题
This commit is contained in:
parent
a83f8d8a31
commit
18b4a8cd09
@ -120,7 +120,7 @@ let ColorKindItem: FC<PropsType> = props => {
|
||||
</View>
|
||||
</View>
|
||||
<View className={styles['colorKindItem__right']}>
|
||||
<View className={styles['colorKindItem__right--price']}>¥ {formatPrice(itemData.sale_price)}/kg</View>
|
||||
<View className={styles['colorKindItem__right--price']}>¥ {formatPrice(itemData.sale_price)}/{itemData.sale_mode == EnumSaleMode.Bulk ? 'kg' : '米'}</View>
|
||||
<View className={styles['colorKindItem__right--counter']}>
|
||||
<Counter
|
||||
onBlue={e => getInputValue(e, itemData)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user