表单验证优化

This commit is contained in:
RuoYi
2019-02-25 13:19:06 +08:00
parent 6a3ba38b45
commit b033c858b8
27 changed files with 134 additions and 190 deletions

View File

@@ -107,7 +107,8 @@
"phonenumber":{
remote: "手机号码已经存在"
}
}
},
focusCleanup: true
});
function submitHandler() {

View File

@@ -76,7 +76,8 @@
equalTo: "两次密码输入不一致"
}
}
},
focusCleanup: true
});
function submitHandler() {