forked from gxwebsoft/mp-10550
style(shop): 移除订单确认页面中的规格信息显示
- 注释掉订单确认页面商品规格信息的展示 - 注释掉购物车订单确认页面商品规格信息的展示
This commit is contained in:
@@ -164,7 +164,7 @@ const OrderConfirm = () => {
|
||||
}} lazyLoad={false}/>
|
||||
<View className={'flex flex-col'}>
|
||||
<View className={'font-medium w-full'}>{item.name}</View>
|
||||
<View className={'number text-gray-400 text-sm py-2'}>80g/袋</View>
|
||||
{/*<View className={'number text-gray-400 text-sm py-2'}>80g/袋</View>*/}
|
||||
<Space className={'flex justify-start items-center'}>
|
||||
<View className={'text-red-500'}>¥{item.price}</View>
|
||||
<View className={'text-gray-500 text-sm'}>x {item.quantity}</View>
|
||||
|
||||
Reference in New Issue
Block a user