submit
This commit is contained in:
parent
ae4aa297c3
commit
6a824c0b6c
@ -52,11 +52,17 @@
|
||||
<script setup>
|
||||
import {ref} from 'vue'
|
||||
import {extractingBlindBoxes, getQrCode} from "@/http/apis";
|
||||
import {onShow} from "@dcloudio/uni-app";
|
||||
const imgList=ref([{url:'https://cdns.fontree.cn/fonchain-main/prod/image/1833/avatar/8395f322-b677-4f24-a13d-b79474c09d35.png'},{url:'https://cdns.fontree.cn/fonchain-main/prod/image/1833/avatar/8395f322-b677-4f24-a13d-b79474c09d35.png'}])
|
||||
const showWin2=ref(false)
|
||||
const showWin3=ref(false)
|
||||
const showWin4=ref(false)
|
||||
const userInfo=ref(uni.getStorageSync('userInfo'))
|
||||
onShow(()=>{
|
||||
showWin2.value=false
|
||||
showWin3.value=false
|
||||
showWin4.value=false
|
||||
})
|
||||
const goHome=()=>{
|
||||
uni.navigateTo({
|
||||
url: '/pages/index/index'
|
||||
|
Loading…
Reference in New Issue
Block a user