From 9b67e2ba388d482d00cc75e106ff89384aa5321e Mon Sep 17 00:00:00 2001 From: yuepenglong <1547476325@qq.com> Date: Thu, 10 Apr 2025 16:25:32 +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 9ac500b..0a3d4da 100644 --- a/src/pages/votingElection/index.vue +++ b/src/pages/votingElection/index.vue @@ -138,7 +138,7 @@ onShow(() => { showDialogRef.value.show = true } else if (!userStore.showtoast) { userStore.showtoast = true - uni.showToast({ title: '签到成功,等待投票!', icon: 'success', duration: 1000 }) + uni.showToast({ title: '登录成功!', icon: 'success', duration: 1000 }) setTimeout(() => reListRef.value.refreshFn(), 1100) } else { reListRef.value.refreshFn()