根据token静默登录

This commit is contained in:
duan
2024-07-20 15:33:54 +08:00
parent 638ffcb824
commit 85bba7828c
5 changed files with 41 additions and 40 deletions

View File

@@ -170,7 +170,7 @@
let res = await this.api.upUserInfo({
headImg: this.userHeadImg,
nickName: this.nickName,
telephone: this.phonetitle
telephone: this.phonetitle == '请授权手机号' ? '' : this.phonetitle
})
if (res.code == 0) {
uni.navigateBack()