|
@ -27,7 +27,7 @@ export default { |
|
|
computed: {}, |
|
|
computed: {}, |
|
|
methods: {}, |
|
|
methods: {}, |
|
|
async mounted() { |
|
|
async mounted() { |
|
|
let fiveDay = dayjs('2024-12-18T00: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 |
|
|