diff --git a/src/components/Index.vue b/src/components/Index.vue index 98ea009..664a004 100644 --- a/src/components/Index.vue +++ b/src/components/Index.vue @@ -39,7 +39,7 @@ onMounted(() => { gsap.from(".index-bottom-bg", { duration: 1, y: 100, }); gsap.from(".index-windows", { duration: 1, scale: 0.5,autoAlpha:0, }); gsap.from(".index-pet", { duration: 1, y: -50,autoAlpha:0,delay:0.5 }); - gsap.from(".index-title", { duration: 1, y: 20, autoAlpha: 0,delay:1.5 }); + gsap.from(".index-title", { duration: 1, y: 20, autoAlpha: 0,delay:1 }); gsap.from(".index-fan-1", { duration: 1, x: -220, autoAlpha: 0,delay:0.5 }); gsap.from(".index-fan-3", { duration: 1, x: 220, autoAlpha: 0,delay:0.5 }); gsap.from(".index-fan-2", { duration: 1, x: -220, autoAlpha: 0,delay:0.75 }); diff --git a/src/store/index.js b/src/store/index.js index 8c060dd..3db64a4 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -6,7 +6,7 @@ export const useMainStore = defineStore("counter", { return { hasDraw: true, //是否有抽奖机会 token: '', - posterId: 2, //测试结果 + posterId: 3, //测试结果 hasPrize: false, //是否有奖品 prizeCode: 'oggSVMbeLgSK', //兑换码 prizeMoney: '8.88', //金额 diff --git a/vite.config.js b/vite.config.js index 225e11c..d7cbf8f 100644 --- a/vite.config.js +++ b/vite.config.js @@ -33,7 +33,7 @@ export default defineConfig(({ command, mode }) => { template: 'index.html', injectOptions: { data: { - title: '测测你的专属元宵花灯', + title: '赏花灯闹元宵', }, } },