diff --git a/src/pages/orderEdit/index.tsx b/src/pages/orderEdit/index.tsx index a1d553d..7e69be4 100644 --- a/src/pages/orderEdit/index.tsx +++ b/src/pages/orderEdit/index.tsx @@ -600,6 +600,10 @@ const OrderDetails = () => { }) } else { + Taro.showToast({ + title: res.data.msg, + icon: 'none', + }) Taro.hideLoading() } }