wesmiler 6 tahun lalu
induk
melakukan
ac82a9a509
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/index/controller/IndexController.php

+ 1 - 1
app/index/controller/IndexController.php

@@ -96,7 +96,7 @@ class IndexController extends HomeBaseController
             foreach($newsCates2 as $k=>$v){
                 $catid = isset($v['id'])? intval($v['id']): 0;
                 if($catid){
-                    $dataList = NewsService::getListByCate($catid, 6);
+                    $dataList = NewsService::getListByCate($catid, 7);
                     $cateNews2[] = $dataList? $dataList->toArray() : [];
                 }
             }