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", {