diff --git a/src/views/Invitation/inviteNewUser.vue b/src/views/Invitation/inviteNewUser.vue index 24008c0..efd9fe2 100644 --- a/src/views/Invitation/inviteNewUser.vue +++ b/src/views/Invitation/inviteNewUser.vue @@ -1140,32 +1140,7 @@ const bindingUserRewards = ref([]) //绑定用户奖励 const rechargeRewards = ref(Array(3)) // 排行奖励 -const rankingRewards = ref([ - // Array(2).fill({ - // type: 'GOLD', - // detailType: 'GOLD', - // content: '1000', - // quantity: 0, - // amount: 1000, - // sort: 1, - // }), //top1奖励 - // Array(2).fill({ - // type: 'GOLD', - // detailType: 'GOLD', - // content: '1000', - // quantity: 0, - // amount: 1000, - // sort: 1, - // }), //top2奖励 - // Array(2).fill({ - // type: 'GOLD', - // detailType: 'GOLD', - // content: '1000', - // quantity: 0, - // amount: 1000, - // sort: 1, - // }), //top3奖励 -]) +const rankingRewards = ref([]) const Ranking = ref([]) // 原始排行榜 const myRanking = ref({}) // 我的排名 @@ -1240,7 +1215,7 @@ const leftBtType = computed(() => { return null }) -// 获取对应的时间戳 +// 获取下周一对应的时间戳 const getNextWeekInBeijing = () => { const now = new Date() const targetDate = new Date(now.getTime()) // 创建一个基于当前时间的新日期对象