From 0ab2b22be51d0fee3a7c544d3afadaf3f740546a Mon Sep 17 00:00:00 2001 From: xuan Date: Fri, 18 Nov 2022 11:49:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1000728):=20=E3=80=90Bug?= =?UTF-8?q?=E8=BD=AC=E9=9C=80=E6=B1=82=E3=80=91=E8=AE=A2=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=90=88=E8=AE=A1=E9=87=91=E9=A2=9D=E3=80=81=E5=AE=9E?= =?UTF-8?q?=E4=BB=98=E9=87=91=E9=A2=9D=E3=80=81=E5=BE=85=E4=BB=98=E9=87=91?= =?UTF-8?q?=E9=A2=9D=E6=97=81=E8=BE=B9=E7=9A=84=E5=B0=8F=E9=97=AE=E5=8F=B7?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=B2=A1=E5=8F=8D=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/orderDetails/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/orderDetails/index.tsx b/src/pages/orderDetails/index.tsx index e9dfa2e..5c15666 100644 --- a/src/pages/orderDetails/index.tsx +++ b/src/pages/orderDetails/index.tsx @@ -645,14 +645,14 @@ export default () => { 合计金额 - + {/* */} ¥{formatPriceDiv(infoObj.bill_total_sale_price)} 实付金额 - + {/* */} ¥{formatPriceDiv(infoObj.actual_amount)} @@ -660,7 +660,7 @@ export default () => { infoObj?.wait_pay_amount < 0 && {infoObj?.wait_pay_amount?.toString().indexOf('-') !== -1 ? '退款金额' : '待付金额'} - + {/* */} ¥{formatPriceDiv(infoObj.wait_pay_amount)} @@ -669,7 +669,7 @@ export default () => { infoObj?.wait_pay_amount > 0 && {infoObj?.wait_pay_amount?.toString().indexOf('-') !== -1 ? '退款金额' : '待付金额'} - + {/* */} ¥{formatPriceDiv(infoObj.wait_pay_amount)}