update --bug

main
liuyangyi 2024-10-07 18:08:41 +08:00
parent 40378724b0
commit 661aa6cea7
1 changed files with 4 additions and 4 deletions

View File

@ -169,8 +169,6 @@ export default {
verificationCodeError.value = '请输入验证码';
return false;
}
verificationCodeError.value = ''; //
return true;
axios.post('https://api.sso.ycymedu.com/api/syswechat/smslogin', {
phoneNumber: phone.value,
code:verificationCode.value,
@ -189,6 +187,8 @@ export default {
console.error('发送验证码失败:', error);
phoneError.value = '发送验证码失败,请稍后再试';
});
verificationCodeError.value = ''; //
return true;
});
//