|
|
@@ -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();
|