@@ -454,7 +454,7 @@
})
.catch(err => {
uni.showToast({
- title: err.message,
+ title: err.message || '登录失败',
icon: 'none',
duration: 2000