Commit 26da4272 authored by zhengke's avatar zhengke

修改

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