From f315dd12d3ec5d186ad3393c7d995c01030b5d0d Mon Sep 17 00:00:00 2001 From: Hx <2294602187@qq.com> Date: Wed, 2 Apr 2025 10:44:29 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/votingElection/index.vue b/src/pages/votingElection/index.vue index 2be34f4..d8e3c06 100644 --- a/src/pages/votingElection/index.vue +++ b/src/pages/votingElection/index.vue @@ -100,9 +100,9 @@ const submit = () => { duration: 1500 // 持续时长,单位ms }) } else { - voteMember(param).then(res=> { - uni.showToast({ title: res.msg, icon: 'success', duration: 1000 }) - }) + voteMember(param).then((res) => { + uni.showToast({ title: res.msg, icon: 'success', duration: 1000 }) + }) } }