Commit 2e3cc651 authored by youjie's avatar youjie

酒店 倒计时取消订单

parent 10da32e1
...@@ -545,6 +545,7 @@ ...@@ -545,6 +545,7 @@
this.remainingSeconds = Math.max(diff, 0); // 确保不出现负数 this.remainingSeconds = Math.max(diff, 0); // 确保不出现负数
// 启动倒计时 // 启动倒计时
if(this.remainingSeconds) this.startCountdown() if(this.remainingSeconds) this.startCountdown()
else this.handleTimeout()
} }
......
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