diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index 28f8bec..aa4b5da 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -125,7 +125,7 @@ onLoad((options) => { const userInfo = uni.getStorageSync("userInfo"); console.log("token", token); // 已经登录了 - if (token && userInfo) { + if (token) { paintingDetail(); getBtngetRules(); }