From 97b9c7110c5c8bd25a284192dffabb76ff95cd49 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Tue, 2 Dec 2025 10:10:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=98=BF=E8=81=94=E9=85=8B=E5=9B=BD?= =?UTF-8?q?=E5=BA=86=E6=97=A5):=20=E5=AF=B9=E6=8E=A5=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Activities/UAE/IndependenceDay/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Activities/UAE/IndependenceDay/index.vue b/src/views/Activities/UAE/IndependenceDay/index.vue index 36c31c4..9e826ea 100644 --- a/src/views/Activities/UAE/IndependenceDay/index.vue +++ b/src/views/Activities/UAE/IndependenceDay/index.vue @@ -542,7 +542,7 @@ const showDetail = (type, reward) => { // 获取排行榜和我的排名 const getListAndMy = async () => { let data = { - activityType: 6, + activityType: 7, } const resMyWeekStarRanking = await getRankingListAndMyRanking(data) console.log('resMyWeekStarRanking:', resMyWeekStarRanking) @@ -554,7 +554,7 @@ const getListAndMy = async () => { // 获取每周奖励列表和礼物 const getRewardsAndGifts = async () => { - const resRewardsAndGifts = await getThisWeekRewardsAndGifts('1993999223813906433') + const resRewardsAndGifts = await getThisWeekRewardsAndGifts('1995445868665577474') if (resRewardsAndGifts.status && resRewardsAndGifts.body) { gifts.value = resRewardsAndGifts.body.gifts rewardsList.value = resRewardsAndGifts.body.butOneRewards