chore(cp活动): 方法名称调整

This commit is contained in:
hzj 2026-03-03 19:38:04 +08:00
parent beefcc23d3
commit d65e8b8e76

View File

@ -321,7 +321,7 @@ const MSeconds = ref(0)
let monthlyCountdownTimer = null //
//
const getNextMondayInBeijing = () => {
const getNextWeekInBeijing = () => {
const now = new Date()
const targetDate = new Date(now.getTime()) //
@ -354,7 +354,7 @@ const getNextMondayInBeijing = () => {
return targetDate.getTime()
}
const targetTime = ref(getNextMondayInBeijing()) // ()
const targetTime = ref(getNextWeekInBeijing()) // ()
//
const formatTime = (value) => {