mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
排行榜
This commit is contained in:
@@ -642,13 +642,6 @@ export default {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
getAnkingData() {
|
|
||||||
apiCase.usernameList(10).then(res => {
|
|
||||||
if (res.status == 200) {
|
|
||||||
this.ankingList = res.result;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
},
|
|
||||||
getPopularity() {
|
getPopularity() {
|
||||||
apiCase.queryPraises(5).then(res => {
|
apiCase.queryPraises(5).then(res => {
|
||||||
if (res.status == 200) {
|
if (res.status == 200) {
|
||||||
|
|||||||
Reference in New Issue
Block a user