wesmiler 6 yıl önce
ebeveyn
işleme
aba457efee
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/index/controller/IndexController.php

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

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