diff --git a/pages/index/login.vue b/pages/index/login.vue index cffec4b..aab4940 100644 --- a/pages/index/login.vue +++ b/pages/index/login.vue @@ -73,7 +73,7 @@ }, utilFail: function(res) { uni.showToast({ - title: res, + title: '登陆失败', duration: 2000, icon:'none' }) @@ -107,7 +107,7 @@ }, utilFail: function(res) { uni.showToast({ - title: res, + title: '登陆失败', duration: 2000, icon: 'none' })