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 { }} {{# } }}