...
|
...
|
@@ -355,7 +355,6 @@ function hideAccountTip1() { |
|
|
}
|
|
|
|
|
|
function showAccountTip2(msg) {
|
|
|
refreshSmsCaptchaEvent.fire();
|
|
|
return errTipShow($accountTip2, $accountInput2, msg);
|
|
|
}
|
|
|
|
...
|
...
|
@@ -377,7 +376,6 @@ function hidePasswordTip() { |
|
|
/** ************************************************************************/
|
|
|
|
|
|
function showCaptchaSmsTip(msg) {
|
|
|
refreshSmsCaptchaEvent.fire();
|
|
|
return errTipShow($captchaSmsTip, $captchaSmsInput, msg);
|
|
|
}
|
|
|
|
...
|
...
|
@@ -388,7 +386,6 @@ function hideCaptchaSmsTip() { |
|
|
/** ************************************************************************/
|
|
|
|
|
|
function showSmsCaptchaImgTip() {
|
|
|
refreshSmsCaptchaEvent.fire();
|
|
|
smsCaptchaImg.showTip();
|
|
|
}
|
|
|
|
...
|
...
|
@@ -599,8 +596,6 @@ function validateCaptchaSmsAsync() { |
|
|
}
|
|
|
|
|
|
return defer.promise();
|
|
|
}).always(function() {
|
|
|
refreshSmsCaptchaEvent.fire();
|
|
|
});
|
|
|
}
|
|
|
|
...
|
...
|
@@ -995,7 +990,6 @@ $captchaSmsBtn.on('click', function() { |
|
|
.then(function() {
|
|
|
return sendCaptchaSmsAsync().then(function(res) {
|
|
|
if (res.code === 200) {
|
|
|
smsCaptchaImg.refresh();
|
|
|
return $.Deferred().resolve().promise(); // eslint-disable-line
|
|
|
}
|
|
|
|
...
|
...
|
|