diff --git a/component/public/newgame/sxy-Timeing.vue b/component/public/newgame/sxy-Timeing.vue index 891c9ec..9577406 100644 --- a/component/public/newgame/sxy-Timeing.vue +++ b/component/public/newgame/sxy-Timeing.vue @@ -132,7 +132,7 @@ export default { // clearInterval(this.timerTwo); // clearInterval(this.timer); } - if(flag == this.timeoutDuration){ + if(flag >= this.timeoutDuration+2 && this.isDown == false){ clearInterval(this.timerTwo); clearInterval(this.timer); this.$emit('timeend') diff --git a/component/public/severcard.vue b/component/public/severcard.vue index edbfbe1..b069db0 100644 --- a/component/public/severcard.vue +++ b/component/public/severcard.vue @@ -1,24 +1,33 @@