From 84ec4f58956a554ee224d76b366a8652fe4ec0c4 Mon Sep 17 00:00:00 2001 From: zhuotianyuan Date: Wed, 21 Jan 2026 16:16:34 +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=E5=8F=91=E8=B4=A7=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E4=BB=8Euniuni=E6=94=B9=E4=B8=BAfreightwaves?= 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 60fbceb..e74e151 100644 --- a/src/pages/Order/List/index.tsx +++ b/src/pages/Order/List/index.tsx @@ -1251,7 +1251,7 @@ const [shipmentPlatforms, setShipmentPlatforms] = useState([ let shipmentInfo = localStorage.getItem('shipmentInfo'); if (shipmentInfo) shipmentInfo = JSON.parse(shipmentInfo); return { - shipmentPlatform: 'uniuni', + shipmentPlatform: 'freightwaves', ...data, // payment_method_id: shipmentInfo?.payment_method_id, stockPointId: shipmentInfo?.stockPointId,