From 809a8bc5c6831b0b0d370ed481b98b5b3cc735c6 Mon Sep 17 00:00:00 2001 From: Hx <2294602187@qq.com> Date: Tue, 1 Apr 2025 10:25:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/votingElection/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/votingElection/index.vue b/src/pages/votingElection/index.vue index b1258ed..42b2cf1 100644 --- a/src/pages/votingElection/index.vue +++ b/src/pages/votingElection/index.vue @@ -100,13 +100,14 @@ const submit = () => { } } -const navto = (url: string, mode: pageMode = 'navigateTo') => uni.$util.goToPage({ url: url ?? 'pages/index/index', mode }) const isEmptyObject = (obj: any) => { if (obj == null) return true if (typeof obj !== 'object' || Array.isArray(obj)) return true return Reflect.ownKeys(obj).length === 0 } +const onConfirm = () => uni.reLaunch({ url: '/pages/mine/index' }) + onShow(() => { nextTick(() => { if (userStore.mobile === '') { @@ -169,7 +170,7 @@ onShow(() => { 暂时没有选举 请刷新重试 - 请您签到之后再进行投票! + 请您签到之后再进行投票!