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