From b8c633ecbf0278f236c3fcc315f3648d4a516945 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 5 Mar 2026 16:29:35 +0800 Subject: [PATCH] =?UTF-8?q?style(=E8=BF=8E=E6=96=B0=E6=B4=BB=E5=8A=A8):=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Invitation/inviteNewUser.vue | 29 ++------------------------ 1 file changed, 2 insertions(+), 27 deletions(-) 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()) // 创建一个基于当前时间的新日期对象