This commit is contained in:
scout 2024-05-31 16:27:32 +08:00
parent 01dd6a27d1
commit 14660991dd

View File

@ -534,7 +534,7 @@ const login = async () => {
return;
}
//
if (tab.value === "code" && (!telNum.value || !password.value)) {
if (tab.value === "code" && (!telNum.value || !code.value)) {
errMsg.value = "手机号或验证码不能为空";
isErr.value = true;
return;