Commit 26da4272 authored by zhengke's avatar zhengke

修改

parent 5334f8b1
...@@ -143,6 +143,10 @@ ...@@ -143,6 +143,10 @@
} }
this.chaTime -= 1000 this.chaTime -= 1000
// 一秒后递归 // 一秒后递归
},
//取消清除
clearCount(){
clearInterval(this.timer)
} }
}, },
}; };
......
...@@ -677,7 +677,7 @@ ...@@ -677,7 +677,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