submit
This commit is contained in:
parent
6c2d306515
commit
e0858ea909
@ -30,10 +30,7 @@ const uniReq=uniRequest.created({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (configV.isLoading){
|
if (configV.isLoading){
|
||||||
setTimeout(()=>{
|
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
},1300)
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return response.data
|
return response.data
|
||||||
|
@ -150,7 +150,7 @@ const switchOptions=async (num)=>{
|
|||||||
const ticketInfo=ref(null)
|
const ticketInfo=ref(null)
|
||||||
watch(showWin4,()=>{
|
watch(showWin4,()=>{
|
||||||
console.log('关闭Socket')
|
console.log('关闭Socket')
|
||||||
uni.closeSocket()
|
// uni.closeSocket()
|
||||||
})
|
})
|
||||||
const exchange=async (item)=>{
|
const exchange=async (item)=>{
|
||||||
const res1= await getQrCode({appointUid:item.appointmentUid})
|
const res1= await getQrCode({appointUid:item.appointmentUid})
|
||||||
|
Loading…
Reference in New Issue
Block a user