|
|
@@ -187,7 +187,7 @@ class ArticleService extends BaseService
|
|
|
return $datas;
|
|
|
}
|
|
|
|
|
|
- $limit = ConfigService::make()->getConfigByCode('index_article_num',3);
|
|
|
+ $limit = ConfigService::make()->getConfigByCode('index_article_num',6);
|
|
|
$datas = ArticleCateModel::with(['articles'])->where(['type'=>$type,'status'=>1,'mark'=>1])
|
|
|
->select(['id','name','sort','type'])
|
|
|
->get();
|