@@ -235,6 +235,7 @@
this.postData.code = code.length > 4 ? code.slice(0, 4) : code
},
funCutDown () {
+ clearInterval(this.timer)
this.timer = setInterval(() => {
if (this.numCount === 0) {
clearInterval(this.timer)
@@ -285,6 +285,7 @@
@@ -202,6 +202,7 @@
this.postData.inviteCode = inviteCode.length > 4 ? inviteCode.slice(0, 4) : inviteCode
@@ -66,6 +66,7 @@