Commit 006f480e by zeyang

1.修复登录完成后返回登录页面,登录状态错误的问题

parent 2056aa59
...@@ -189,7 +189,9 @@ ...@@ -189,7 +189,9 @@
let loginType = uni.getStorageSync('loginType') let loginType = uni.getStorageSync('loginType')
if (loginType == "visitor") { if (loginType == "visitor") {
this.loginornot = false this.loginornot = false
}; }else{
this.loginornot = true;
}
} else { } else {
api.loginVerification({ api.loginVerification({
"loginType": 1 "loginType": 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment