From f2b48fc8d12cf824e048556e9222accbefa7db9a Mon Sep 17 00:00:00 2001 From: yuepenglong <1547476325@qq.com> Date: Sat, 29 Mar 2025 11:24:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/votingElection/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/votingElection/index.vue b/src/pages/votingElection/index.vue index 0a805d6..cdf351c 100644 --- a/src/pages/votingElection/index.vue +++ b/src/pages/votingElection/index.vue @@ -100,7 +100,7 @@ } } onShow(() => { - if (!userStore.mobile) { + if (userStore.mobile === '') { uni.navigateTo({ url: '/pages/login/login' })