Selaa lähdekoodia

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

xinfeng 6 vuotta sitten
vanhempi
commit
2e67b4abc3
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      components/common/bindMobile.vue

+ 1 - 0
components/common/bindMobile.vue

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