|
@@ -209,7 +209,7 @@ export default {
|
|
|
let time = 0
|
|
|
this.timer = setInterval(() => {
|
|
|
time ++
|
|
|
- this.handlePayStatus(this.polyOrderId, openFlag)
|
|
|
+ this.handlePayStatus(this.polyOrderId, this.openFlag)
|
|
|
// 超过60s直接清除轮询
|
|
|
if (time === 60) {
|
|
|
clearInterval(this.timer)
|
|
@@ -304,7 +304,7 @@ export default {
|
|
|
} else if (value === 6) {
|
|
|
return '贵州银行无感支付'
|
|
|
} else {
|
|
|
- return ''
|
|
|
+ return '其他'
|
|
|
}
|
|
|
}
|
|
|
},
|