@@ -101,6 +101,7 @@
this.timeLoop--
if (this.timeLoop <= 0) {
clearInterval(this.interval)
+ this.interval = null
}
}, 1000)