style(shop): 移除订单确认页面中的规格信息显示
- 注释掉订单确认页面商品规格信息的展示 - 注释掉购物车订单确认页面商品规格信息的展示
This commit is contained in:
@@ -849,7 +849,7 @@ const OrderConfirm = () => {
|
||||
</View>
|
||||
<View className={'flex flex-col w-full ml-2'} style={{width: '100%'}}>
|
||||
<Text className={'font-medium w-full'}>{goods.name}</Text>
|
||||
<Text className={'number text-gray-400 text-sm py-2'}>80g/袋</Text>
|
||||
{/*<Text className={'number text-gray-400 text-sm py-2'}>80g/袋</Text>*/}
|
||||
<View className={'flex justify-between items-center'}>
|
||||
<Text className={'text-red-500'}>¥{goods.price}</Text>
|
||||
<View className={'flex flex-col items-end gap-1'}>
|
||||
|
||||
Reference in New Issue
Block a user