From c33472b0fd212f1cd69cf58d7e21463fa83962d0 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Fri, 28 Oct 2022 17:08:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E5=8A=A0=E8=B4=AD?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D=E3=80=81=E5=85=B6=E4=BB=96?= =?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 --- app/admin/view/default/pluginsadmin/index.html | 7 +++++-- app/install/controller/Index.php | 2 +- app/service/GoodsCartService.php | 2 +- public/static/common/css/common.css | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/app/admin/view/default/pluginsadmin/index.html b/app/admin/view/default/pluginsadmin/index.html index 6158e7fba..828578640 100755 --- a/app/admin/view/default/pluginsadmin/index.html +++ b/app/admin/view/default/pluginsadmin/index.html @@ -157,8 +157,11 @@ {{else /}}
- 还没有相关应用 - 到应用商店挑选插件丰富站点 >> + +

还没有相关应用

+
{{/if}} diff --git a/app/install/controller/Index.php b/app/install/controller/Index.php index d73c3e979..553751c14 100755 --- a/app/install/controller/Index.php +++ b/app/install/controller/Index.php @@ -326,7 +326,7 @@ return [ // 是否需要断线重连 'break_reconnect' => false, // 监听SQL - 'trigger_sql' => true, + 'trigger_sql' => false, // 开启字段缓存 'fields_cache' => false, ] diff --git a/app/service/GoodsCartService.php b/app/service/GoodsCartService.php index fb9bf3938..c7f1853d0 100644 --- a/app/service/GoodsCartService.php +++ b/app/service/GoodsCartService.php @@ -421,7 +421,7 @@ class GoodsCartService $data['spec'] = empty($data['spec']) ? null : json_decode($data['spec'], true); // 商品校验 - $ret = self::BuyGoodsCheck(['goods'=>[$data]]); + $ret = BuyService::BuyGoodsCheck(['goods'=>[$data]]); if($ret['code'] != 0) { return $ret; diff --git a/public/static/common/css/common.css b/public/static/common/css/common.css index 8c65cc118..4d456828b 100755 --- a/public/static/common/css/common.css +++ b/public/static/common/css/common.css @@ -597,7 +597,7 @@ iframe { border: 0; } .region-linkage select:not(:first-child) { margin-bottom: 5px; } /* 表单 */ - form.am-form .am-form-group, .plug-file-upload-view, .business-form-group, .business-form-block { padding: 5px; } + form.am-form .am-form-group, .plug-file-upload-view, .business-form-group, .business-form-block { padding: 5px; border-bottom: 0; } } /**