首页课程筛选

This commit is contained in:
zhaofang
2022-11-09 16:20:34 +08:00
parent 292c5dd515
commit a55bc83772
5 changed files with 139 additions and 51 deletions

View File

@@ -56,6 +56,10 @@ const scorelist=function(num,p){
const indexList=function(query) {
return ajax.post('/xboe/m/qa/question/query-random',query);
}
// 1最新 2最热
const mobieArticle=function (type){
return ajax.get('/xboe/portal/index/mobile-article?type='+type);
}
export default {
cases,
@@ -65,5 +69,6 @@ export default {
courselist,
mobileIndex,
scorelist,
indexList
indexList,
mobieArticle
}