This commit is contained in:
parent
22dc129d8f
commit
b5e9bac70c
|
|
@ -178,6 +178,8 @@ onMounted(() => {
|
||||||
verifyCode();
|
verifyCode();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
activityInfo.value.status = 3;
|
||||||
}
|
}
|
||||||
}).catch((error) => {
|
}).catch((error) => {
|
||||||
message.error('获取活动信息失败,请稍后重试')
|
message.error('获取活动信息失败,请稍后重试')
|
||||||
|
|
@ -207,6 +209,7 @@ const clearPhone = () => {
|
||||||
countdownTimer = null;
|
countdownTimer = null;
|
||||||
}
|
}
|
||||||
localStorage.removeItem('userAs');
|
localStorage.removeItem('userAs');
|
||||||
|
if (ocrUploadId.value) ocrUploadId.value.value = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
// 发送验证码
|
// 发送验证码
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue