mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
提交修改
This commit is contained in:
@@ -76,6 +76,18 @@ const courseSearch=function(query){
|
||||
return ajax.post('/xboe/m/course/fulltext/search',query);
|
||||
}
|
||||
|
||||
/*
|
||||
* 课程详情页推荐列表
|
||||
* @param num 条数
|
||||
* 以下参数 详情中有就传,没有就不传
|
||||
* @param sysType1
|
||||
* @param sysType2
|
||||
* @param sysType3
|
||||
* */
|
||||
const recommendList=function (data){
|
||||
return ajax.post('/xboe/m/course/portal/mobile-recommend',data);
|
||||
}
|
||||
|
||||
export default {
|
||||
courseSearch,
|
||||
list,
|
||||
@@ -83,5 +95,6 @@ export default {
|
||||
detail,
|
||||
ranking,
|
||||
scorelist,
|
||||
recommendList,
|
||||
getTeacherByCourseIDs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user