|
|
|
@ -186,7 +186,7 @@ export default {
|
|
|
|
that.isLogin = uni.getStorageSync("apply-token") ? true : false;
|
|
|
|
that.isLogin = uni.getStorageSync("apply-token") ? true : false;
|
|
|
|
console.log("that.isLogin", that.isLogin);
|
|
|
|
console.log("that.isLogin", that.isLogin);
|
|
|
|
that.loginInfo = uni.getStorageSync("apply-userinfo");
|
|
|
|
that.loginInfo = uni.getStorageSync("apply-userinfo");
|
|
|
|
if (uni.getStorageSync("applyType")) {
|
|
|
|
if (uni.getStorageSync("applyType")||uni.getStorageSync("applyType") === 0) {
|
|
|
|
that.menuActive = uni.getStorageSync("applyType");
|
|
|
|
that.menuActive = uni.getStorageSync("applyType");
|
|
|
|
uni.removeStorageSync("applyType");
|
|
|
|
uni.removeStorageSync("applyType");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|