Showing
1 changed file
with
3 additions
and
2 deletions
@@ -468,7 +468,8 @@ function disableSMSBtn() { | @@ -468,7 +468,8 @@ function disableSMSBtn() { | ||
468 | } | 468 | } |
469 | 469 | ||
470 | exports.init = function() { | 470 | exports.init = function() { |
471 | - $smsCaptchaCtrl.removeClass('disable') | 471 | + $smsCaptchaCtrl.removeClass('disable'); |
472 | + | ||
472 | // 验证手机输入 | 473 | // 验证手机输入 |
473 | // $phoneNumInput.on('blur', function() { | 474 | // $phoneNumInput.on('blur', function() { |
474 | // validatePhoneNum(); | 475 | // validatePhoneNum(); |
@@ -480,7 +481,7 @@ exports.init = function() { | @@ -480,7 +481,7 @@ exports.init = function() { | ||
480 | 481 | ||
481 | // 验证图形输入 | 482 | // 验证图形输入 |
482 | $imgCaptchaInput.on('blur', function() { | 483 | $imgCaptchaInput.on('blur', function() { |
483 | - //validateImgCaptcha(); | 484 | + // validateImgCaptcha(); |
484 | $imgCaptchaInput.removeClass('focus'); | 485 | $imgCaptchaInput.removeClass('focus'); |
485 | }).on('focus', function() { | 486 | }).on('focus', function() { |
486 | hideTip($imgCaptchaInput); | 487 | hideTip($imgCaptchaInput); |
-
Please register or login to post a comment