Showing
1 changed file
with
1 additions
and
0 deletions
@@ -513,6 +513,7 @@ function sendCaptchaSmsAsync() { | @@ -513,6 +513,7 @@ function sendCaptchaSmsAsync() { | ||
513 | errTip($imgCaptchaInput, data.message); | 513 | errTip($imgCaptchaInput, data.message); |
514 | ep.emit('captcha', false); | 514 | ep.emit('captcha', false); |
515 | refreshCaptcha(); | 515 | refreshCaptcha(); |
516 | + imgIsRight = false; | ||
516 | return false; | 517 | return false; |
517 | } | 518 | } |
518 | }); | 519 | }); |
-
Please register or login to post a comment