chore(幸运美金第四期): 调整倒计时截止时间为2026年5月1日上午5点结束

This commit is contained in:
hzj 2026-04-30 16:15:53 +08:00
parent 1287a1cf58
commit 6d3e13fd96
2 changed files with 3 additions and 5 deletions

View File

@ -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',

View File

@ -1849,9 +1849,9 @@ const handleBt = (type) => {
selectedCoin.value = null //
}
// 20264305
// 2026515
const getTargetTime = () => {
const target = new Date(2026, 3, 30, 5, 0, 0) // 01011
const target = new Date(2026, 4, 1, 5, 0, 0) // 01011
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;
}