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; }