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)}