mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改模板(同步JS)
This commit is contained in:
parent
c0c4a05712
commit
d01cd8bb8b
@ -121,7 +121,7 @@
|
||||
};
|
||||
|
||||
// 表单验证
|
||||
$('#spec-form').validate(function (ret) {
|
||||
$('#spec-form').vali(function (ret) {
|
||||
try {
|
||||
var spect_param = [];
|
||||
for (var i in $rootScope.paramList) {
|
||||
|
@ -124,7 +124,7 @@
|
||||
|
||||
/*! 默认编辑第一篇图文 */
|
||||
editor = window.createEditor('[name="content"]');
|
||||
$form.validate();
|
||||
$form.vali();
|
||||
|
||||
/*! 上传图片 */
|
||||
$body.on('change', '.upload-image-box input', function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user