Commit f0104551 authored by 黄奎's avatar 黄奎
parents 5417cdfc 26da4272
...@@ -143,6 +143,10 @@ ...@@ -143,6 +143,10 @@
} }
this.chaTime -= 1000 this.chaTime -= 1000
// 一秒后递归 // 一秒后递归
},
//取消清除
clearCount(){
clearInterval(this.timer)
} }
}, },
}; };
......
...@@ -678,7 +678,7 @@ ...@@ -678,7 +678,7 @@
//调用取消 //调用取消
cancelPay() { cancelPay() {
this.payVisible = false; this.payVisible = false;
this.$refs.payChild.parentHandleclick(); this.$refs.payChild.clearCount();
}, },
//关闭 //关闭
closeDia() { closeDia() {
......
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