2
3
Prechádzať zdrojové kódy

bug修改

Signed-off-by: lijunqing <lijunqing@dashoo.cn>
lijunqing 6 rokov pred
rodič
commit
dd1624e701

+ 1 - 2
src/dashoo.cn/frontend_web/src/pages/passwordback.vue

@@ -186,7 +186,7 @@
                 if (time <= 0) {
                   this.isVisual = false
                   this.captcha = '获取验证码'
-                  // clearInterval(timer)
+                   clearInterval(timer)
                 } else {
                   this.captcha = time + 's'
                   time--
@@ -201,7 +201,6 @@
                   this.formData.yzCode=""
                   this.formData.UserPass=""
                   this.formData.UserPass2=""
-                  clearInterval(timer)
                   clearInterval(timer2)
                 } else {
                   time2--