This commit is contained in:
前端小啊白 2025-11-17 16:54:47 +08:00
parent 22dc129d8f
commit b5e9bac70c
1 changed files with 3 additions and 0 deletions

View File

@ -178,6 +178,8 @@ onMounted(() => {
verifyCode();
}
}
} else {
activityInfo.value.status = 3;
}
}).catch((error) => {
message.error('获取活动信息失败,请稍后重试')
@ -207,6 +209,7 @@ const clearPhone = () => {
countdownTimer = null;
}
localStorage.removeItem('userAs');
if (ocrUploadId.value) ocrUploadId.value.value = '';
}
//