style(迎新活动): 调整代码

This commit is contained in:
hzj 2026-03-05 16:29:35 +08:00
parent 86ff58dbe0
commit b8c633ecbf

View File

@ -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()) //