From baa079664cdf833ac4b2f2c7aa1052f82558464c Mon Sep 17 00:00:00 2001 From: devil Date: Thu, 13 Aug 2020 18:49:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../view/default/public/module/form.html | 6 +-- application/index/controller/Common.php | 20 ++++---- .../default/lib/module/category_brand.html | 8 ++++ .../default/lib/module/goods_category.html | 18 ++++++++ .../view/default/public/module/bare_form.html | 46 +++++++++++++++++++ .../view/default/public/module/form.html | 6 +-- .../view/default/public/module/user_form.html | 6 +-- application/tags.php | 34 +++++++++----- config/shopxo.php | 2 +- public/static/admin/default/css/common.css | 1 + .../static/admin/default/js/warehousegoods.js | 2 +- 11 files changed, 116 insertions(+), 33 deletions(-) create mode 100644 application/index/view/default/lib/module/category_brand.html create mode 100644 application/index/view/default/lib/module/goods_category.html create mode 100644 application/index/view/default/public/module/bare_form.html diff --git a/application/admin/view/default/public/module/form.html b/application/admin/view/default/public/module/form.html index fa395dfcc..ca0d456e4 100644 --- a/application/admin/view/default/public/module/form.html +++ b/application/admin/view/default/public/module/form.html @@ -47,13 +47,13 @@ {{if !empty($form_table) and !empty($form_table['base']) and !empty($form_table['form']) and is_array($form_table['base']) and is_array($form_table['form'])}}