feat: 完成积分、价值排行榜

This commit is contained in:
chenchun
2024-11-13 19:01:23 +08:00
committed by 橙子
parent f9217dc066
commit 43c4c03832
19 changed files with 457 additions and 29 deletions

View File

@@ -261,7 +261,7 @@ import {getWeek} from "@/apis/accessApi.js";
import {
getRecommendedTopic,
getRecommendedFriend,
getRankingPoints,
getMoneyTop,
getUserAnalyse,
getRegisterAnalyse
} from "@/apis/analyseApi.js";
@@ -345,7 +345,7 @@ const init = async () => {
weekList.value = weekData;
})(),
(async () => {
const {data: pointData, config: pointConfig} = await getRankingPoints();
const {data: pointData, config: pointConfig} = await getMoneyTop();
pointList.value = pointData.items;
isPointFinished.value = pointConfig.isFinish;
})(),