diff --git a/src/pages/home/index.vue b/src/pages/home/index.vue index abc29b6..917c94f 100644 --- a/src/pages/home/index.vue +++ b/src/pages/home/index.vue @@ -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 = ''; } // 发送验证码