@@ -158,6 +158,7 @@ export default {
this.countdown -= 1;
} else {
clearInterval(this.timer); // 倒计时结束,清除计时器
+ this.disableBet = true
}
}, 1000);