From e346eb824eb7b15a0759d23d78b9f92de0512c6b Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Thu, 12 Jan 2023 17:49:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1001124):=E3=80=90?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=94=80=E5=94=AE=E8=AE=A2=E5=8D=95=E3=80=91?= =?UTF-8?q?--=E8=BF=9B=E8=A1=8C=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E7=9A=84=E7=BC=96=E8=BE=91=E6=97=B6=EF=BC=8C=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E9=85=8D=E5=B8=83=E5=AE=8C=E6=88=90=EF=BC=8C=E5=86=8D=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E6=8F=90=E4=BA=A4=E8=AE=A2=E5=8D=95=E6=97=A0=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/orderEdit/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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() } }