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()