商品分类优化

This commit is contained in:
gongfuxiang
2019-04-05 00:35:46 +08:00
parent 65046166b2
commit 5fa361def3
6 changed files with 33 additions and 14 deletions

View File

@ -67,7 +67,7 @@ class Navigation extends Common
$this->assign('article_list', $article_category_content['data']);
// 商品分类
$this->assign('goods_category_list', GoodsService::GoodsCategory());
$this->assign('goods_category_list', GoodsService::GoodsCategoryAll());
// 自定义页面
$this->assign('customview_list', db('CustomView')->field(array('id', 'title'))->where(array('is_enable'=>1))->select());