修复获取验证码按钮点不动

This commit is contained in:
namezlx 2023-10-18 14:08:19 +08:00
parent b1de96344e
commit 511d86ee87
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ function ResetPassword(props) {
}else{
callback()
}
setEmailStr(undefined);
// setEmailStr(undefined);
}else{
callback("请输入正确的手机号/邮箱")
}