wesmiler 6 سال پیش
والد
کامیت
c513525079
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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, 7);
+        $courseList = NewsService::getListByLevel(2, 8);
 
         // 参数
         $cateList = CategoryService::getCates();