Authored by 郝肖肖

Merge branch 'release/2.0' of git.yoho.cn:fe/yoho-blk into release/2.0

@@ -589,6 +589,7 @@ function validateCaptchaSms() { @@ -589,6 +589,7 @@ function validateCaptchaSms() {
589 }).fail(function() { 589 }).fail(function() {
590 ep.emit('smsCode', false); 590 ep.emit('smsCode', false);
591 refreshCaptcha(); 591 refreshCaptcha();
  592 + imgIsRight = false;
592 }); 593 });
593 } 594 }
594 595