From 8b1414bcea0831b432d6bc739f5d0c5d9b6d8968 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 14 Nov 2025 18:50:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B7=B4=E5=8B=92=E6=96=AF=E5=9D=A6?= =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E6=97=A5):=20=E5=AF=B9=E6=8E=A5=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Activities/Palestinian/IndependenceDay/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Activities/Palestinian/IndependenceDay/index.vue b/src/views/Activities/Palestinian/IndependenceDay/index.vue index 85560aa..014846e 100644 --- a/src/views/Activities/Palestinian/IndependenceDay/index.vue +++ b/src/views/Activities/Palestinian/IndependenceDay/index.vue @@ -551,7 +551,7 @@ const showDetail = (type, reward) => { // 获取排行榜和我的排名 const getListAndMy = async () => { - const resMyWeekStarRanking = await getRankingListAndMyRanking(2) + const resMyWeekStarRanking = await getRankingListAndMyRanking(3) console.log('resMyWeekStarRanking:', resMyWeekStarRanking) if (resMyWeekStarRanking.status && resMyWeekStarRanking.body) { myRanking.value = resMyWeekStarRanking.body.currentUserRank @@ -561,7 +561,7 @@ const getListAndMy = async () => { // 获取每周奖励列表和礼物 const getRewardsAndGifts = async () => { - const resRewardsAndGifts = await getThisWeekRewardsAndGifts('1986033481182425089') + const resRewardsAndGifts = await getThisWeekRewardsAndGifts('1989220558472130561') if (resRewardsAndGifts.status && resRewardsAndGifts.body) { gifts.value = resRewardsAndGifts.body.gifts rewardsList.value = resRewardsAndGifts.body.butOneRewards