From 36f398fb708cdfdd3ba8f5f1643d53721530b0d3 Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Thu, 17 Nov 2022 17:29:48 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1000742):=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E8=AE=A2=E5=8D=95=E9=A1=B5=E9=9D=A2=E6=95=A3=E5=89=AA?= =?UTF-8?q?=E5=8D=95=E4=BB=B7=E5=8D=95=E4=BD=8D=E6=98=BE=E7=A4=BA=E6=9C=89?= =?UTF-8?q?=E8=AF=AF=EF=BC=8C=E5=BA=94=E8=AF=A5=E6=98=AFkg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/submitOrder/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/submitOrder/index.tsx b/src/pages/submitOrder/index.tsx index ba260e2..afcc5c6 100644 --- a/src/pages/submitOrder/index.tsx +++ b/src/pages/submitOrder/index.tsx @@ -292,7 +292,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 ? 'kg' : 'm'} + ¥{it.sale_price / 100}/{obj?.sale_mode === 1 ? 'm' : 'kg'} ¥{formatPriceDiv(it.estimate_amount)}