去除手动退出登录按钮
This commit is contained in:
parent
95a494e044
commit
4f372102b1
@ -107,12 +107,11 @@
|
||||
avatarUrl: userInfo.avatar,
|
||||
phoneNumber: userInfo.phonenumber,
|
||||
})
|
||||
let seInfo = getSessionUserInfo()
|
||||
// 手动退出的场景,不做自动登录
|
||||
if(!seInfo.logout){
|
||||
await checkParams(this.submitLogin, this.submitValidConfig, false)
|
||||
this.loginSucceed()
|
||||
}
|
||||
// let seInfo = getSessionUserInfo()
|
||||
// // 手动退出的场景,不做自动登录
|
||||
// if(!seInfo.logout){}
|
||||
await checkParams(this.submitLogin, this.submitValidConfig, false)
|
||||
this.loginSucceed()
|
||||
}
|
||||
},
|
||||
async onChooseAvatar(res) {
|
||||
|
||||
@ -19,9 +19,9 @@
|
||||
</u-col>
|
||||
</u-row>
|
||||
</u-col>
|
||||
<u-col @click="handleUnlogin" span="1" align="end">
|
||||
<!-- <u-col @click="handleUnlogin" span="1" align="end">
|
||||
<image style="height: 32rpx;width: 32rpx;" :src="getCdnUrl(`mine/right.png`)"/>
|
||||
</u-col>
|
||||
</u-col> -->
|
||||
</u-row>
|
||||
</view>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user