From 500151c95757434f96d133529c67432d5d919014 Mon Sep 17 00:00:00 2001 From: zhuotianyuan Date: Fri, 30 Jan 2026 15:21:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8):=20?= =?UTF-8?q?=E5=B0=86=E9=BB=98=E8=AE=A4=20shipmentPlatform=20=E4=BB=8E=20un?= =?UTF-8?q?iuni=20=E6=94=B9=E4=B8=BA=20freightwaves?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Order/List/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Order/List/index.tsx b/src/pages/Order/List/index.tsx index 8e5fecd..907c2f7 100644 --- a/src/pages/Order/List/index.tsx +++ b/src/pages/Order/List/index.tsx @@ -1444,7 +1444,7 @@ const Shipping: React.FC<{ let shipmentInfo = localStorage.getItem('shipmentInfo'); if (shipmentInfo) shipmentInfo = JSON.parse(shipmentInfo); const a = { - shipmentPlatform: 'uniuni', + shipmentPlatform: 'freightwaves', courierCompany: '', ...data, // payment_method_id: shipmentInfo?.payment_method_id,