feat(幸运美金第5期): 调整倒计时时间
This commit is contained in:
parent
b86a5510de
commit
5c207e267c
@ -1849,9 +1849,9 @@ const handleBt = (type) => {
|
||||
selectedCoin.value = null // 清除选择币种
|
||||
}
|
||||
|
||||
// 获取目标时间(2026年5月1日上午5点,北京时间)
|
||||
// 获取目标时间(2026年6月1日上午5点,北京时间)
|
||||
const getTargetTime = () => {
|
||||
const target = new Date(2026, 4, 1, 5, 0, 0) // 月份从0开始,10代表11月
|
||||
const target = new Date(2026, 5, 1, 5, 0, 0) // 月份从0开始,5代表6月
|
||||
return target.getTime()
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user