feat(幸运美金第5期): 调整倒计时时间

This commit is contained in:
hzj 2026-05-09 14:39:54 +08:00
parent b86a5510de
commit 5c207e267c

View File

@ -1849,9 +1849,9 @@ const handleBt = (type) => {
selectedCoin.value = null //
}
// 2026515
// 2026615
const getTargetTime = () => {
const target = new Date(2026, 4, 1, 5, 0, 0) // 01011
const target = new Date(2026, 5, 1, 5, 0, 0) // 056
return target.getTime()
}