wesmiler 6 years ago
parent
commit
d0c520ab01
1 changed files with 1 additions and 1 deletions
  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);
 //        $answerList = NewsService::getListByLevel(1, 13);
 
 
         // 课堂列表
         // 课堂列表
-        $courseList = NewsService::getListByLevel(2, 7);
+        $courseList = NewsService::getListByLevel(1, 7);
 
 
         // 参数
         // 参数
         $cateList = CategoryService::getCates();
         $cateList = CategoryService::getCates();