From 6d3e13fd9675e390fa4ea7f03be9009fc4166dcd Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 30 Apr 2026 16:15:53 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E5=B9=B8=E8=BF=90=E7=BE=8E=E9=87=91?= =?UTF-8?q?=E7=AC=AC=E5=9B=9B=E6=9C=9F):=20=E8=B0=83=E6=95=B4=E5=80=92?= =?UTF-8?q?=E8=AE=A1=E6=97=B6=E6=88=AA=E6=AD=A2=E6=97=B6=E9=97=B4=E4=B8=BA?= =?UTF-8?q?2026=E5=B9=B45=E6=9C=881=E6=97=A5=E4=B8=8A=E5=8D=885=E7=82=B9?= =?UTF-8?q?=E7=BB=93=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- src/views/Activities/LuckyDollars/Season4/index.vue | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 7466831..5250531 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -419,7 +419,7 @@ const router = createRouter({ name: 'lucky-dollars-season4', component: () => import('../views/Activities/LuckyDollars/Season4/index.vue'), meta: { requiresAuth: true }, - }, //2026年4月30日上午5点结束 + }, //2026年5月1日上午5点结束 { path: '/activities/lesser-bairam', name: 'lesser-bairam', diff --git a/src/views/Activities/LuckyDollars/Season4/index.vue b/src/views/Activities/LuckyDollars/Season4/index.vue index 2cc4fa1..248d8e6 100644 --- a/src/views/Activities/LuckyDollars/Season4/index.vue +++ b/src/views/Activities/LuckyDollars/Season4/index.vue @@ -1849,9 +1849,9 @@ const handleBt = (type) => { selectedCoin.value = null // 清除选择币种 } -// 获取目标时间(2026年4月30日上午5点,北京时间) +// 获取目标时间(2026年5月1日上午5点,北京时间) const getTargetTime = () => { - const target = new Date(2026, 3, 30, 5, 0, 0) // 月份从0开始,10代表11月 + const target = new Date(2026, 4, 1, 5, 0, 0) // 月份从0开始,10代表11月 return target.getTime() } @@ -2736,7 +2736,6 @@ onMounted(() => { preloadOtherImages() // 预加载其他图片 startCountdown() //开启倒计时 underlineStyle.value // 触发计算属性更新 - }) onUnmounted(() => { @@ -2773,7 +2772,6 @@ onUnmounted(() => { color: #666; } - .scrollbar::-webkit-scrollbar { display: none; }