mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
增加方法(scorelist)入参。
This commit is contained in:
@@ -748,7 +748,7 @@
|
||||
});
|
||||
},
|
||||
getScoreList() { //课程排行榜
|
||||
apiCourse.scorelist(10).then(res => {
|
||||
apiCourse.scorelist(10,1).then(res => {
|
||||
if (res.status == 200) {
|
||||
res.result.forEach(item => {
|
||||
if (item.publishTime != '') {
|
||||
|
||||
Reference in New Issue
Block a user