diff --git a/pages/API/login/login.vue b/pages/API/login/login.vue index f0451e57705c999121a5abe74a4e5e93b1c81ab3..057e56c0b82762f664365d0a8c18a295ac0aeda6 100644 --- a/pages/API/login/login.vue +++ b/pages/API/login/login.vue @@ -202,7 +202,7 @@ // 未开通 if (err.code == 1000) { uni.showModal({ - title: '登陆失败', + title: '登录失败', content: `${err.errMsg}\n,错误码:${err.code}`, confirmText: '开通指南', cancelText: '确定', @@ -213,14 +213,15 @@ }, 500) } } - }); + }); + return; } // 一键登录预登陆失败 if (err.code == '30005') { uni.showModal({ showCancel: false, - title: '预登陆失败', + title: '预登录失败', content: this.univerifyErrorMsg || err.errMsg }); return;