提交 babe1d77 编写于 作者: 2 23700113@qq.com

fix(univerify): 一键登录错字修改

上级 79001f70
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
// 未开通 // 未开通
if (err.code == 1000) { if (err.code == 1000) {
uni.showModal({ uni.showModal({
title: '失败', title: '失败',
content: `${err.errMsg}\n,错误码:${err.code}`, content: `${err.errMsg}\n,错误码:${err.code}`,
confirmText: '开通指南', confirmText: '开通指南',
cancelText: '确定', cancelText: '确定',
...@@ -213,14 +213,15 @@ ...@@ -213,14 +213,15 @@
}, 500) }, 500)
} }
} }
}); });
return;
} }
// 一键登录预登陆失败 // 一键登录预登陆失败
if (err.code == '30005') { if (err.code == '30005') {
uni.showModal({ uni.showModal({
showCancel: false, showCancel: false,
title: '预登失败', title: '预登失败',
content: this.univerifyErrorMsg || err.errMsg content: this.univerifyErrorMsg || err.errMsg
}); });
return; return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册