main
kgdxpr 1 year ago
parent 6c4cee9e01
commit e4a2ad8d54

@ -91,8 +91,7 @@
// 自定义验证 // 自定义验证
form.verify({ form.verify({
code: [/^.{2,32}$/, '全局变量代码长度需要大于两位'] code: [/^.{2,32}$/, '全局变量代码长度需要大于两位']
}); });
form.on('submit(save)', function (data) { form.on('submit(save)', function (data) {
$.ajax({ $.ajax({
@ -121,8 +120,7 @@
}); });
</script> </script>
<script>
</script>
</body> </body>
</html> </html>

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save