update
This commit is contained in:
@@ -33,8 +33,9 @@ import confetti from "canvas-confetti";
|
|||||||
import { Request, Sleep } from "../libs/utils"
|
import { Request, Sleep } from "../libs/utils"
|
||||||
import { globalStore } from "@/globalstore";
|
import { globalStore } from "@/globalstore";
|
||||||
//TODO: globalStore.result_url 这里这张图要用用户分享那张图
|
//TODO: globalStore.result_url 这里这张图要用用户分享那张图
|
||||||
import lotteryFace from "../assets/images/haibao-cover.png"
|
// import lotteryFace from "../assets/images/haibao-cover.png"
|
||||||
|
|
||||||
|
const lotteryFace = globalStore.result_url;
|
||||||
const lotteryFaceUrl = ref(lotteryFace)
|
const lotteryFaceUrl = ref(lotteryFace)
|
||||||
const cardRef = ref(null)
|
const cardRef = ref(null)
|
||||||
const sceneRef = ref(null)
|
const sceneRef = ref(null)
|
||||||
|
|||||||
Reference in New Issue
Block a user