作者 李宇航

合并分支 'lyh-server' 到 'master'

列表页聚合页模式



查看合并请求 !2461
@@ -40,7 +40,7 @@ class CategoryController extends BaseController @@ -40,7 +40,7 @@ class CategoryController extends BaseController
40 public function index() 40 public function index()
41 { 41 {
42 $this->map = $this->searchParam(); 42 $this->map = $this->searchParam();
43 - $filed = ['id', 'project_id', 'pid', 'title', 'image', 'route', 'status','created_at','sort']; 43 + $filed = ['id', 'project_id', 'pid', 'title', 'image', 'route', 'status','created_at','sort','is_type'];
44 $this->map['deleted_at'] = null; 44 $this->map['deleted_at'] = null;
45 if($this->user['project_id'] == 3283){//分类太多加载失败 45 if($this->user['project_id'] == 3283){//分类太多加载失败
46 $list = $this->get3283Lists($filed); 46 $list = $this->get3283Lists($filed);