微信登录,获取头像,手机号码未更新问题
This commit is contained in:
parent
141e0f8703
commit
9ced4484e0
@ -220,13 +220,12 @@
|
||||
showModelMessage("您的账户已经注销,请联系管理员!");
|
||||
} else {
|
||||
// 调用 wx.login 获取登录凭证 code
|
||||
isloading.value = true;
|
||||
login();
|
||||
setTimeout(() => {
|
||||
isloading.value = false;
|
||||
uni.switchTab({
|
||||
url: "/pages/user/home/home"
|
||||
})
|
||||
}, 1000);
|
||||
}, 500);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Loading…
x
Reference in New Issue
Block a user