From 77a7de37df292b016c1d885d9da3975f1a51ff7e Mon Sep 17 00:00:00 2001 From: Hx <2294602187@qq.com> Date: Mon, 31 Mar 2025 10:12:48 +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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/votingElection/index.vue b/src/pages/votingElection/index.vue index 5beef7e..e6f4fcb 100644 --- a/src/pages/votingElection/index.vue +++ b/src/pages/votingElection/index.vue @@ -111,9 +111,7 @@ onShow(() => { uni.navigateTo({ url: '/pages/login/login' }) - } - - if (isEmptyObject(userStore.userInfo)) { + } else if (isEmptyObject(userStore.userInfo)) { showDialog.value = true } })