|
@@ -83,13 +83,12 @@ const handleSignIn = async () => {
|
|
await createRewardSignInRecord()
|
|
await createRewardSignInRecord()
|
|
setTimeout(async () => {
|
|
setTimeout(async () => {
|
|
await getSummary()
|
|
await getSummary()
|
|
-
|
|
|
|
|
|
+ Snackbar.success(t('taskCenter.signInSuccess'))
|
|
|
|
+ signLoading.value = false
|
|
|
|
+
|
|
// 更新积分数
|
|
// 更新积分数
|
|
await integralRef.value.getIntegral()
|
|
await integralRef.value.getIntegral()
|
|
await userStore.getUserAccountInfo()
|
|
await userStore.getUserAccountInfo()
|
|
-
|
|
|
|
- Snackbar.success(t('taskCenter.signInSuccess'))
|
|
|
|
- signLoading.value = false
|
|
|
|
}, 1000)
|
|
}, 1000)
|
|
}
|
|
}
|
|
|
|
|