This commit is contained in:
小鱼开发
2024-08-13 17:32:56 +08:00
parent 5f3cdd04f3
commit 77e1575e6b
-2
View File
@@ -629,8 +629,6 @@
return false
} else if (!this.form.phone) {
mDialog.msg({content: "请输入手机号"})
} else if (!this.form.name) {
mDialog.msg({content: "请输入姓名"})
} else if (!this.form.code) {
mDialog.msg({content: "请输入验证码"})
} else {