From 68d5848d3d19a047d3b0f3259de508b97a2cd151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Thu, 26 Feb 2026 14:55:08 +0800 Subject: [PATCH] =?UTF-8?q?style(shop):=20=E7=A7=BB=E9=99=A4=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E7=A1=AE=E8=AE=A4=E9=A1=B5=E9=9D=A2=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E8=A7=84=E6=A0=BC=E4=BF=A1=E6=81=AF=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 注释掉订单确认页面商品规格信息的展示 - 注释掉购物车订单确认页面商品规格信息的展示 --- src/shop/orderConfirm/index.tsx | 2 +- src/shop/orderConfirmCart/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}