表单验证优化
This commit is contained in:
@ -46,7 +46,8 @@
|
||||
xxxx:{
|
||||
required:true,
|
||||
},
|
||||
}
|
||||
},
|
||||
focusCleanup: true
|
||||
});
|
||||
|
||||
function submitHandler() {
|
||||
|
@ -47,7 +47,8 @@
|
||||
xxxx:{
|
||||
required:true,
|
||||
},
|
||||
}
|
||||
},
|
||||
focusCleanup: true
|
||||
});
|
||||
|
||||
function submitHandler() {
|
||||
|
Reference in New Issue
Block a user