Explorar o código

绑定手机号倒计时结束未重置bug

xinfeng %!s(int64=6) %!d(string=hai) anos
pai
achega
2e67b4abc3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      components/common/bindMobile.vue

+ 1 - 0
components/common/bindMobile.vue

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