From 91763ff4fc9fe2590caff92a6679162c8cac45c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=81=B0=E7=81=B0?= Date: Tue, 4 Mar 2025 13:40:20 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=90=8E=E5=8F=B0=E5=95=86=E5=93=81=E7=BB=B4=E6=8A=A4?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=93=81=E7=89=8C=E5=92=8C?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E5=8E=9F=E5=9B=BE=E4=B8=8A=E4=BC=A0=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=82=B9=E5=87=BB=E5=A4=B1=E6=95=88=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Web.Admin/wwwroot/views/good/goods/create.html | 6 +++--- CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 () {