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