style(迎新活动): 调整代码
This commit is contained in:
parent
86ff58dbe0
commit
b8c633ecbf
@ -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()) // 创建一个基于当前时间的新日期对象
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user