This commit is contained in:
xingyy 2023-12-22 17:05:23 +08:00
parent b14826e6d1
commit 94dc4c2a39
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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)