feat(水果游戏活动返场): 修改倒计时

This commit is contained in:
hzj 2026-01-29 17:28:58 +08:00
parent 3388c62569
commit 7487208718

View File

@ -503,10 +503,10 @@ const showRanking = computed(() => {
// return [] // return []
}) })
// 130使 // 20262160使
const getTargetTime = () => { const getTargetTime = () => {
// 130 = 1355 // 20262160 = 202621655
const targetDate = new Date(2026, 0, 3, 5, 0, 0) const targetDate = new Date(2026, 1, 16, 5, 0, 0)
return targetDate.getTime() return targetDate.getTime()
} }