提交 5bb6f199 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 20c95db0
...@@ -132,7 +132,11 @@ export default { ...@@ -132,7 +132,11 @@ export default {
async loginSuccess(response, delta = 2) { async loginSuccess(response, delta = 2) {
if (response.code === 0) { if (response.code === 0) {
// 登录成功绑定游客用户 // 登录成功绑定游客用户
await this.bindVisitor() try {
await this.bindVisitor()
} catch (error) {
console.log(error)
}
if (Cookies.get('wechat_login_no_phone_error')) { if (Cookies.get('wechat_login_no_phone_error')) {
this.$toast('已完成注册!') this.$toast('已完成注册!')
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论