Merge remote-tracking branch 'origin/test_多平台' into test

This commit is contained in:
rd
2025-08-20 11:40:49 +08:00

View File

@ -252,8 +252,10 @@ const handleVerificationSubmit = async () => {
startCountdown();
try {
await fetchLoginCaptCha({ mobile: loginForm.mobile });
AMessage.success('验证码发送成功');
const { code, message } = await fetchLoginCaptCha({ mobile: loginForm.mobile });
if (code === 200) {
AMessage.success(message);
}
} catch (error) {
// 重置倒计时
countdown.value = 0;