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