|
@ -86,7 +86,7 @@ export default { |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
async mounted() { |
|
|
async mounted() { |
|
|
let fiveDay = dayjs('2024-10-15T00:00:00').valueOf() |
|
|
let fiveDay = dayjs('2024-11-15T00:00:00').valueOf() |
|
|
if (!this.isVip) { |
|
|
if (!this.isVip) { |
|
|
if (dayjs().valueOf() > fiveDay) { |
|
|
if (dayjs().valueOf() > fiveDay) { |
|
|
this.isVip = false |
|
|
this.isVip = false |
|
|