wesmiler hace 6 años
padre
commit
d0c520ab01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/index/controller/IndexController.php

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

@@ -115,7 +115,7 @@ class IndexController extends HomeBaseController
 //        $answerList = NewsService::getListByLevel(1, 13);
 
         // 课堂列表
-        $courseList = NewsService::getListByLevel(2, 7);
+        $courseList = NewsService::getListByLevel(1, 7);
 
         // 参数
         $cateList = CategoryService::getCates();