submit
This commit is contained in:
parent
b14826e6d1
commit
94dc4c2a39
@ -25,12 +25,15 @@ const uniReq=uniRequest.created({
|
||||
uni.showToast({
|
||||
title: response.data.msg,
|
||||
icon: 'none',
|
||||
duration: 50000
|
||||
duration: 1300
|
||||
})
|
||||
}
|
||||
}
|
||||
if (configV.isLoading){
|
||||
setTimeout(()=>{
|
||||
uni.hideLoading()
|
||||
},1300)
|
||||
|
||||
}
|
||||
|
||||
return response.data
|
||||
|
@ -148,6 +148,10 @@ const switchOptions=async (num)=>{
|
||||
currentTab.value=num
|
||||
}
|
||||
const ticketInfo=ref(null)
|
||||
watch(showWin4,()=>{
|
||||
console.log('关闭Socket')
|
||||
uni.closeSocket()
|
||||
})
|
||||
const exchange=async (item)=>{
|
||||
const res1= await getQrCode({appointUid:item.appointmentUid})
|
||||
const arrayBuffer = new Uint8Array(res1)
|
||||
|
Loading…
Reference in New Issue
Block a user