Commit fb5272cb authored by youjie's avatar youjie

no message

parent e8a1b9f3
......@@ -124,11 +124,15 @@ export default {
this.countdown()
this.payUrl = r.data.data.QrCode
this.checkPaySatausHandler()
this.loading = false
setTimeout(()=>{
this.TimeLoading = false
},500)
}else{
this.cancelPayHandler()
this.$message.error(r.data.message)
}
this.loading = false
setTimeout(()=>{
this.TimeLoading = false
},500)
})
},
checkPaySatausHandler(type){
......
......@@ -62,6 +62,9 @@ export default {
if(this.$q.platform.is.mobile){
location.href=this.payUrl
}
}else{
this.cancelPayHandler()
this.$message.error(r.data.message)
}
this.loading=false
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment