Signed-off-by: lijunqing <lijunqing@dashoo.cn>
@@ -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)
time2--