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();