From 1e5502fdcabb9ccd6fbde34b3916504f5fd08571 Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 2 Nov 2023 20:55:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=9C=E6=AD=A2=E5=8A=A8=E6=80=81=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E7=9A=84=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/base/admin/view/mall/goods/edit.html | 6 ------ .../plugs/lay-module/propertyInput/propertyInput.html | 2 -- .../static/plugs/lay-module/propertyInput/propertyInput.js | 2 +- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/extend/base/admin/view/mall/goods/edit.html b/extend/base/admin/view/mall/goods/edit.html index 9c3220e..84a145d 100644 --- a/extend/base/admin/view/mall/goods/edit.html +++ b/extend/base/admin/view/mall/goods/edit.html @@ -78,12 +78,6 @@
{$row.property_static|raw|default=''}
-
- -
-
{$row.property_dynamic|raw|default=''}
-
-
diff --git a/public/static/plugs/lay-module/propertyInput/propertyInput.html b/public/static/plugs/lay-module/propertyInput/propertyInput.html index 830fa03..9286e4a 100644 --- a/public/static/plugs/lay-module/propertyInput/propertyInput.html +++ b/public/static/plugs/lay-module/propertyInput/propertyInput.html @@ -3,8 +3,6 @@ - - diff --git a/public/static/plugs/lay-module/propertyInput/propertyInput.js b/public/static/plugs/lay-module/propertyInput/propertyInput.js index fcd976d..50a0c84 100644 --- a/public/static/plugs/lay-module/propertyInput/propertyInput.js +++ b/public/static/plugs/lay-module/propertyInput/propertyInput.js @@ -126,7 +126,7 @@ ], originalValue: '', - field: options.field + field: options.field, }; },