From 9efb1f8afc13ea0d23a6445b4f4aa8d0d2ed6e1b Mon Sep 17 00:00:00 2001 From: tcubic <123456> Date: Fri, 5 Aug 2022 19:23:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E7=94=BB=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Index.vue b/src/components/Index.vue index 683c585..e7b3410 100644 --- a/src/components/Index.vue +++ b/src/components/Index.vue @@ -117,6 +117,7 @@ import { computed, } from "vue"; import gsap from "gsap"; + import axios from "axios"; import { Toast, Dialog } from "vant"; import { useStore } from "vuex"; @@ -283,6 +284,8 @@ const animationIndex = () => { autoAlpha: 0, }); gsap.from(".LuckyWheelCon", { duration: 0.5, autoAlpha: 0, delay: 1 }); + gsap.from(".activity_li", { duration: 1, autoAlpha: 0, y:150,stagger: 0.1 }); + gsap.from( ".activityCon,.zhuanpan,.select_box,.draw_btn,.rule_btn,.rule_btn_text,.prize_btn,.prize_btn_text", {