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