diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/create.html b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/create.html index 377db760..d5701a3b 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/create.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/create.html @@ -153,7 +153,7 @@
- +

@@ -863,7 +863,7 @@ }); //普通图片上传 upload.render({ - elem: '#upBtnOriginal' + elem: '#upBtnOriginalByGood' , url: layui.setter.apiUrl + 'Api/Tools/UploadFiles' , before: function (obj) { obj.preview(function (index, file, result) { @@ -1270,7 +1270,7 @@ admin.popup({ shadeClose: false, title: '添加品牌', - area: ['600px', '450px'], + area: ['700px', '450px'], id: 'LAY-popup-CoreCmsBrand-create', success: function (layero, index) { view(this.id).render('good/goodsbrand/create', { data: e.data }).done(function () { diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html index f2a58b5c..ace76eac 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html @@ -149,7 +149,7 @@
- +

@@ -944,7 +944,7 @@ }); //普通图片上传 upload.render({ - elem: '#upBtnOriginal' + elem: '#upBtnOriginalByGood' , url: layui.setter.apiUrl + 'Api/Tools/UploadFiles' , before: function (obj) { obj.preview(function (index, file, result) { @@ -1350,7 +1350,7 @@ admin.popup({ shadeClose: false, title: '添加品牌', - area: ['600px', '450px'], + area: ['700px', '450px'], id: 'LAY-popup-CoreCmsBrand-create', success: function (layero, index) { view(this.id).render('good/goodsbrand/create', { data: e.data }).done(function () {