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