This commit is contained in:
yixu
2025-12-19 11:49:19 +08:00
parent 258e14e27c
commit 82e25179a2
9 changed files with 3 additions and 407 deletions

View File

@@ -1,7 +1,7 @@
<script setup>
import { Request, Storage, generateQR } from "../libs/utils.js"
import { Storage, generateQR } from "../libs/utils.js"
import ModalTransition from "./ModalTransition.vue"
import { ref, onMounted, computed } from "vue"
import { ref, onMounted } from "vue"
import Haibao from "../libs/haibao.js"
import ruleBg from "../assets/images/new/rule-share.png"
import globalToastEvent, { ToastType } from '../globalToastEvent';
@@ -11,7 +11,6 @@ const props = defineProps({
})
const emit = defineEmits(['close'])
// const emit = defineEmits(['update:show'])
const gotoLottery = () => {
globalToastEvent.emit(ToastType.SHOW_LOTTERY);
}