From 5c207e267c4c6158f61d0387efd5f4a5131ef0e9 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Sat, 9 May 2026 14:39:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B9=B8=E8=BF=90=E7=BE=8E=E9=87=91?= =?UTF-8?q?=E7=AC=AC5=E6=9C=9F):=20=E8=B0=83=E6=95=B4=E5=80=92=E8=AE=A1?= =?UTF-8?q?=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Activities/LuckyDollars/Season5/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Activities/LuckyDollars/Season5/index.vue b/src/views/Activities/LuckyDollars/Season5/index.vue index 75f871f..7b55121 100644 --- a/src/views/Activities/LuckyDollars/Season5/index.vue +++ b/src/views/Activities/LuckyDollars/Season5/index.vue @@ -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() }