文章排行榜少数据

This commit is contained in:
lmj
2022-10-12 16:32:46 +08:00
parent 9fd3fffb5d
commit 68bc9169f6

View File

@@ -542,9 +542,10 @@
},
getAnkingData() { // 文章排行榜
apiIndex.articleViews(7).then(res => {
apiIndex.articleViews(10).then(res => {
if (res.status == 200) {
this.ankingList = res.result;
console.log(this.ankingList,'111')
}
});
},