@@ -96,11 +96,12 @@ export default {
setTimeout(function(){
that.payFinish()
},1500)
- }else{
- that.$refs.cancelPayRef.open('center')
}
})
+ setTimeout(function(){
+ that.$refs.cancelPayRef.open('center')
+ },1500)
},
confirmToCancel(){
this.$emit('cancelPay')