From dfa2131d2883d4d5fbd64c18dd676b9f2990469c Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Tue, 15 Nov 2022 17:45:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1000718):=E9=87=8D?= =?UTF-8?q?=E6=9E=84=E5=86=85=E9=83=A8=E5=95=86=E5=9F=8E=EF=BC=8C=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E8=AF=A6=E6=83=85=E5=92=8C=E7=A1=AE=E8=AE=A4=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=A4=A7=E8=B4=A7=E5=8D=95?= =?UTF-8?q?=E4=BB=B7=E5=8D=95=E4=BD=8D=E9=94=99=E8=AF=AF=EF=BC=8C=E5=BA=94?= =?UTF-8?q?=E4=B8=BA/kg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/orderDetails/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/orderDetails/index.tsx b/src/pages/orderDetails/index.tsx index 214c57d..967d09a 100644 --- a/src/pages/orderDetails/index.tsx +++ b/src/pages/orderDetails/index.tsx @@ -813,7 +813,7 @@ const GoodsItem = memo((porps: PropGoods) => { x{obj?.sale_mode === 0 ? it.roll : it.length / 100}{obj?.sale_mode === 0 ? '条' : 'm'} - ¥{it.sale_price / 100}/{obj?.sale_mode === 0 ? '条' : 'm'} + ¥{it.sale_price / 100}/{obj?.sale_mode === 0 ? 'kg' : 'm'} ¥{formatPriceDiv(it.total_sale_price)}