feat(pay): 支付页面轮询处理
This commit is contained in:
parent
152acd9cf7
commit
dd8e490e30
|
@ -807,6 +807,9 @@ export default {
|
|||
this.getPayConfig()
|
||||
clearInterval(this.clockTime)
|
||||
},
|
||||
onUnload() {
|
||||
clearInterval(this?.clockTime)
|
||||
},
|
||||
|
||||
onShow() {
|
||||
// 获取银行卡
|
||||
|
|
Loading…
Reference in New Issue