feat(阿联酋国庆日): 对接接口

This commit is contained in:
hzj 2025-12-02 10:10:03 +08:00
parent e31ec3d505
commit 97b9c7110c

View File

@ -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