完成部分接口联调
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
<script setup>
|
||||
import { Button, Toast } from "vant";
|
||||
import { Toast } from "vant";
|
||||
import { debounceTap } from "@/plugins";
|
||||
import gsap from "gsap";
|
||||
import {draw} from '@/api'
|
||||
import {useMainStore} from '@/store'
|
||||
|
||||
const emit = defineEmits(["IndexPage"]);
|
||||
const userStore = useMainStore()
|
||||
|
||||
const start = (event) => {
|
||||
const start = (event) => {
|
||||
debounceTap(event.target, () => {
|
||||
emit("IndexPage", { action: "start" });
|
||||
gsap.to(".IndexPage", {
|
||||
|
||||
Reference in New Issue
Block a user