From ed41d69de814369646cf9f28f1378d8a8aea7f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=81=B0=E7=81=B0?= Date: Fri, 23 Dec 2022 01:11:25 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=B7=BB=E5=8A=A0=E5=95=86=E5=93=81/=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=95=86=E5=93=81=E3=80=90=E5=8F=82=E6=95=B0=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E3=80=91=E5=86=85=E5=87=A0=E7=A7=8D=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=9C=AA=E8=AE=BE=E7=BD=AE=E5=86=85=E5=AE=B9=E8=80=8C=E6=8F=90?= =?UTF-8?q?=E9=86=92=E4=B8=8D=E8=89=AF=E5=A5=BD=E7=9A=84=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/views/good/goods/create.html | 10 +++++----- .../wwwroot/views/good/goods/edit.html | 12 ++++++------ 2 files changed, 11 insertions(+), 11 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 4e1f27d7..bca7028a 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/create.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/create.html @@ -409,18 +409,18 @@ {{# if(item.type && item.type==='radio'){ }} - + {{# layui.each(layui.coreHelper.stringToArray(item.value), function(indexRadio, itemRadio){ }} - + {{# }); }} {{# } else if (item.type && item.type==='checkbox'){ }} - + {{# layui.each(layui.coreHelper.stringToArray(item.value), function(indexCheckbox, itemCheckbox){ }} - + {{# }); }} {{# } else if (item.type && item.type==='text'){ }} - + {{# } else { }} {{# } }} 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 d5cebb97..ea684dfd 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html @@ -401,23 +401,23 @@
{{# layui.each(d.goodsParams, function(index, item){ }}
- +
{{# if(item.type && item.type==='radio'){ }} - + {{# layui.each(layui.coreHelper.stringToArray(item.value), function(indexRadio, itemRadio){ }} - + {{# }); }} {{# } else if (item.type && item.type==='checkbox'){ }} - + {{# layui.each(layui.coreHelper.stringToArray(item.value), function(indexCheckbox, itemCheckbox){ }} - + {{# }); }} {{# } else if (item.type && item.type==='text'){ }} - + {{# } else { }} {{# } }}