Commit 006f480e by zeyang

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

parent 2056aa59
......@@ -189,7 +189,9 @@
let loginType = uni.getStorageSync('loginType')
if (loginType == "visitor") {
this.loginornot = false
};
}else{
this.loginornot = true;
}
} else {
api.loginVerification({
"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