From b3e8beeeee88ebaf9be9474521035bde7e6a5381 Mon Sep 17 00:00:00 2001 From: hehaibing-1996 Date: Tue, 25 Feb 2025 16:40:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=A4=B1=E8=B4=A5=E7=9A=84?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shelfLocationBindUnbind/shelfLocationBindUnbind.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PDA/PDA/pages/shelfLocationBindUnbind/shelfLocationBindUnbind.vue b/PDA/PDA/pages/shelfLocationBindUnbind/shelfLocationBindUnbind.vue index b71dcf5..e186c31 100644 --- a/PDA/PDA/pages/shelfLocationBindUnbind/shelfLocationBindUnbind.vue +++ b/PDA/PDA/pages/shelfLocationBindUnbind/shelfLocationBindUnbind.vue @@ -285,9 +285,9 @@ fail: (err) => { // 请求失败的回调函数 uni.showToast({ - title: '请求失败' + err, + title: '请求失败:' + err.errMsg, icon: 'none', - duration: 4000 + duration: 3000 }); this.clear(); @@ -359,9 +359,9 @@ fail: (err) => { // 请求失败的回调函数 uni.showToast({ - title: '请求失败' + err, + title: '请求失败:' + err.errMsg, icon: 'none', - duration: 4000 + duration: 3000 }); this.clear();