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