...
|
...
|
@@ -468,7 +468,8 @@ function disableSMSBtn() { |
|
|
}
|
|
|
|
|
|
exports.init = function() {
|
|
|
$smsCaptchaCtrl.removeClass('disable')
|
|
|
$smsCaptchaCtrl.removeClass('disable');
|
|
|
|
|
|
// 验证手机输入
|
|
|
// $phoneNumInput.on('blur', function() {
|
|
|
// validatePhoneNum();
|
...
|
...
|
@@ -480,7 +481,7 @@ exports.init = function() { |
|
|
|
|
|
// 验证图形输入
|
|
|
$imgCaptchaInput.on('blur', function() {
|
|
|
//validateImgCaptcha();
|
|
|
// validateImgCaptcha();
|
|
|
$imgCaptchaInput.removeClass('focus');
|
|
|
}).on('focus', function() {
|
|
|
hideTip($imgCaptchaInput);
|
...
|
...
|
|