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

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

上级 79001f70
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册