From 0adfbc97142fd10b0b75250549e5cca26c6809ff Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Tue, 17 May 2022 00:15:31 +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 --- app/admin/view/default/site/siteset/index.html | 5 ++++- app/service/BuyService.php | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/admin/view/default/site/siteset/index.html b/app/admin/view/default/site/siteset/index.html index a500f4fca..e0aeb1498 100644 --- a/app/admin/view/default/site/siteset/index.html +++ b/app/admin/view/default/site/siteset/index.html @@ -44,7 +44,7 @@ {{/foreach}}
- 拖拽模式需要自行进入首页设计页面去设计页面 >> + 拖拽模式需要自行进入首页设计页面、请先保存选中配置后再去设计页面 >>
@@ -68,6 +68,7 @@ {{/foreach}} +

如需更多楼层展示,请先到 / 商品管理->商品分类、一级分类设置首页推荐

{{else /}}
@@ -90,6 +91,7 @@ {{/foreach}} +

如需更多楼层展示,请先到 / 商品管理->商品分类、一级分类设置首页推荐

{{else /}}
@@ -183,6 +185,7 @@ {{/foreach}} +

如需更多楼层展示,请先到 / 商品管理->商品分类、一级分类设置首页推荐

{{else /}}
diff --git a/app/service/BuyService.php b/app/service/BuyService.php index 82951fd2c..6b023ef99 100755 --- a/app/service/BuyService.php +++ b/app/service/BuyService.php @@ -1701,7 +1701,6 @@ class BuyService 'where' => &$where, ]); - $total = self::CartTotal($where); return ($total > 99) ? '99+' : $total; }