小程序品牌开发、首页商品自动模式不需要推荐

This commit is contained in:
Devil
2021-01-12 21:51:39 +08:00
parent b11b6518f3
commit ebc295cc1e
51 changed files with 2648 additions and 352 deletions

View File

@ -58,7 +58,7 @@ class Index extends Common
// 楼层数据
$this->assign('goods_floor_list', GoodsService::HomeFloorList());
// 新闻
// 文章
$params = [
'where' => ['is_enable'=>1, 'is_home_recommended'=>1],
'field' => 'id,title,title_color,article_category_id',