diff --git a/src/shop/orderConfirm/index.tsx b/src/shop/orderConfirm/index.tsx index 44b4d3e..37d2033 100644 --- a/src/shop/orderConfirm/index.tsx +++ b/src/shop/orderConfirm/index.tsx @@ -849,7 +849,7 @@ const OrderConfirm = () => { {goods.name} - 80g/袋 + {/*80g/袋*/} ¥{goods.price} diff --git a/src/shop/orderConfirmCart/index.tsx b/src/shop/orderConfirmCart/index.tsx index 1978185..63acb18 100644 --- a/src/shop/orderConfirmCart/index.tsx +++ b/src/shop/orderConfirmCart/index.tsx @@ -164,7 +164,7 @@ const OrderConfirm = () => { }} lazyLoad={false}/> {item.name} - 80g/袋 + {/*80g/袋*/} ¥{item.price} x {item.quantity}