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: '请选择收货地址',