feat(阿联酋国庆日): 对接接口
This commit is contained in:
parent
e31ec3d505
commit
97b9c7110c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user