From 4e3d834820de0b7b0ee379bee31d3a8008799f4c Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Sat, 15 Nov 2025 00:59:35 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4368=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=BC=B9=E7=AA=97=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=B8=BA=E7=82=B9=E5=87=BB=E6=B5=B7=E6=8A=A5=E9=A2=86?= =?UTF-8?q?=E5=8F=96=E4=BC=98=E6=83=A0=E5=88=B8=E6=97=B6=EF=BC=8C=E9=A2=86?= =?UTF-8?q?=E5=8F=96=E4=BC=98=E6=83=A0=E5=88=B8=E5=90=8E=E4=BC=9A=E7=BB=A7?= =?UTF-8?q?=E7=BB=AD=E5=BC=B9=E7=AA=97=EF=BC=8C=E5=8F=AF=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E9=A2=86=E5=8F=96=E4=BC=98=E6=83=A0=E5=88=B8=EF=BC=8C=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E6=94=B9=E4=B8=BA=E9=A2=86=E5=8F=96=E5=90=8E=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/home/index.vue b/pages/home/index.vue index ba9eea6..997a61b 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -1481,6 +1481,12 @@ export default { success: () => { } }) + } else { + uni.showToast({ + title: res.msg + '', + icon: 'none', + duration: 3000 + }) } }).catch((err) => { uni.showToast({