From 04c8e7dcfd2b9744f299f590246a6c5cc8fc515d Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Thu, 12 Jan 2023 18:30:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1001130):=E3=80=90?= =?UTF-8?q?=E5=86=85=E9=83=A8=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91--?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95=E7=82=B9=E5=87=BB=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=EF=BC=8C=E6=8F=90=E7=A4=BA=E9=80=89=E6=8B=A9=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/orderEdit/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/orderEdit/index.tsx b/src/pages/orderEdit/index.tsx index 7e69be4..c35a2df 100644 --- a/src/pages/orderEdit/index.tsx +++ b/src/pages/orderEdit/index.tsx @@ -554,7 +554,7 @@ const OrderDetails = () => { const { fetchData: submitFetch } = MpsaleOrdersubmit() // 提交修改 const handSubmit = () => { - if (infoObj?.address_id == 0 || !infoObj?.address_id) { + if ((infoObj?.address_id == 0 || !infoObj?.address_id) && receivingStatus == 2) { return Taro.showToast( { title: '请选择收货地址',