From 6c108d842530f08da75b0018569b7535a3178a2c Mon Sep 17 00:00:00 2001 From: yixu Date: Sun, 14 Sep 2025 19:21:43 +0800 Subject: [PATCH] update --- src/components/Lottery.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Lottery.vue b/src/components/Lottery.vue index 6e188cd..a901b60 100644 --- a/src/components/Lottery.vue +++ b/src/components/Lottery.vue @@ -33,8 +33,9 @@ import confetti from "canvas-confetti"; import { Request, Sleep } from "../libs/utils" import { globalStore } from "@/globalstore"; //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 cardRef = ref(null) const sceneRef = ref(null)