排行榜

This commit is contained in:
zhaofang
2022-06-14 16:54:26 +08:00
parent 8c6c95669d
commit 4516a42a21

View File

@@ -642,13 +642,6 @@ export default {
}
});
},
getAnkingData() {
apiCase.usernameList(10).then(res => {
if (res.status == 200) {
this.ankingList = res.result;
}
});
},
getPopularity() {
apiCase.queryPraises(5).then(res => {
if (res.status == 200) {