From 58f3e5d8d13f70ad427ddffc00753ca297f75c32 Mon Sep 17 00:00:00 2001 From: Hx <2294602187@qq.com> Date: Thu, 27 Mar 2025 17:34:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 12 +++--- src/pages/electionList/index.vue | 16 ++++---- src/pages/electionList/info.vue | 6 +-- src/pages/electionResults/index.vue | 16 ++++---- src/pages/votingElection/index.vue | 64 ++++++++++++++++------------- 5 files changed, 60 insertions(+), 54 deletions(-) diff --git a/src/App.vue b/src/App.vue index ad899f7..b95142e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,13 +8,13 @@ onLaunch(() => { // routingIntercept() -}); +}) onShow(() => { - console.log("App Show"); -}); + console.log('App Show') +}) onHide(() => { - console.log("App Hide"); -}); + console.log('App Hide') +}) // 全局变量 // provide('globalObj', { // // 公用跳转方法 @@ -25,5 +25,5 @@ onHide(() => { diff --git a/src/pages/electionList/index.vue b/src/pages/electionList/index.vue index e3f7045..d210237 100644 --- a/src/pages/electionList/index.vue +++ b/src/pages/electionList/index.vue @@ -1,13 +1,13 @@