chore(幸运美金第四期): 调整倒计时截止时间为2026年5月1日上午5点结束
This commit is contained in:
parent
1287a1cf58
commit
6d3e13fd96
@ -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',
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user