mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 23:06:45 +08:00
文章排行榜少数据
This commit is contained in:
@@ -542,9 +542,10 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
getAnkingData() { // 文章排行榜
|
getAnkingData() { // 文章排行榜
|
||||||
apiIndex.articleViews(7).then(res => {
|
apiIndex.articleViews(10).then(res => {
|
||||||
if (res.status == 200) {
|
if (res.status == 200) {
|
||||||
this.ankingList = res.result;
|
this.ankingList = res.result;
|
||||||
|
console.log(this.ankingList,'111')
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user