Explorar el Código

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

xinfeng hace 6 años
padre
commit
2e67b4abc3
Se han modificado 1 ficheros con 1 adiciones y 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)
           }