From 43cc89dc156ecfc36360a29f78cc164258aed7ae Mon Sep 17 00:00:00 2001 From: xuminyui <576362016@qq.com> Date: Thu, 17 Oct 2024 20:07:38 +0800 Subject: [PATCH] fix --- src/pages/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }