From fe222548d271fbbf6ff50010f8cc63c649824801 Mon Sep 17 00:00:00 2001
From: Haiyi <1021441632@qq.com>
Date: Thu, 12 Jan 2023 16:12:48 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E8=AE=A2=E5=8D=95=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9):=E5=8F=82=E6=95=B0=E5=86=99=E9=94=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/orderDetails/index.tsx | 2 +-
src/pages/orderEdit/index.tsx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/orderDetails/index.tsx b/src/pages/orderDetails/index.tsx
index dc27158..d3e20ac 100644
--- a/src/pages/orderDetails/index.tsx
+++ b/src/pages/orderDetails/index.tsx
@@ -840,7 +840,7 @@ const OrderDetails = () => {
{infoObj?.wait_pay_amount?.toString().indexOf('-') !== -1 ? '退款金额' : '待付金额'}
{/* */}
- ¥{formatPriceDiv(infoObj.wait_pay_amount)}
+ ¥{formatPriceDiv(infoObj.refund_amount)}
}
{
diff --git a/src/pages/orderEdit/index.tsx b/src/pages/orderEdit/index.tsx
index 14c5106..a1d553d 100644
--- a/src/pages/orderEdit/index.tsx
+++ b/src/pages/orderEdit/index.tsx
@@ -580,7 +580,7 @@ const OrderDetails = () => {
address_id: infoObj?.address_id,
commodity_list: quertArr,
delete_detail_list: filterArr(deleteProductIds),
- remar: infoObj?.remark,
+ remark: infoObj?.remark,
sale_order_id: infoObj?.id,
shipment_mode: receivingStatus,
}