增加方法(scorelist)入参。

This commit is contained in:
weinan2087
2022-11-01 16:42:13 +08:00
parent 6c22415052
commit b6f974f454

View File

@@ -748,7 +748,7 @@
}); });
}, },
getScoreList() { //课程排行榜 getScoreList() { //课程排行榜
apiCourse.scorelist(10).then(res => { apiCourse.scorelist(10,1).then(res => {
if (res.status == 200) { if (res.status == 200) {
res.result.forEach(item => { res.result.forEach(item => {
if (item.publishTime != '') { if (item.publishTime != '') {