表单验证优化
This commit is contained in:
@@ -107,7 +107,8 @@
|
||||
"phonenumber":{
|
||||
remote: "手机号码已经存在"
|
||||
}
|
||||
}
|
||||
},
|
||||
focusCleanup: true
|
||||
});
|
||||
|
||||
function submitHandler() {
|
||||
|
@@ -76,7 +76,8 @@
|
||||
equalTo: "两次密码输入不一致"
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
focusCleanup: true
|
||||
});
|
||||
|
||||
function submitHandler() {
|
||||
|
Reference in New Issue
Block a user