|
@ -30,7 +30,7 @@ export default { |
|
|
methods: { |
|
|
methods: { |
|
|
}, |
|
|
}, |
|
|
async mounted() { |
|
|
async mounted() { |
|
|
let fiveDay = dayjs('2024-12-17T00:00:00').valueOf() |
|
|
let fiveDay = dayjs('2024-12-23T00:00:00').valueOf() |
|
|
if (!this.isVip) { |
|
|
if (!this.isVip) { |
|
|
if (dayjs().valueOf() > fiveDay) { |
|
|
if (dayjs().valueOf() > fiveDay) { |
|
|
this.isVip = false |
|
|
this.isVip = false |
|
|