From 11d46b75ea8050f9c23551a9041fcee72e95e1f2 Mon Sep 17 00:00:00 2001 From: Andy Leong Date: Mon, 19 Feb 2024 10:31:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Index.vue | 2 +- src/store/index.js | 2 +- vite.config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: '赏花灯闹元宵', }, } },