...
|
...
|
@@ -422,10 +422,11 @@ exports.init = function(page) { |
|
|
$('#agree-terms').click(function() {
|
|
|
if ($(this).attr('notchecked')) {
|
|
|
$(this).removeAttr('notchecked');
|
|
|
$registerBtn.addClass('disable').attr('disabled', 'true');
|
|
|
} else {
|
|
|
$(this).attr('notchecked', 'true');
|
|
|
$registerBtn.removeClass('disable').removeAttr('disabled');
|
|
|
}
|
|
|
|
|
|
});
|
|
|
|
|
|
$registerPage.find('.va').keyup(function() {
|
...
|
...
|
@@ -602,4 +603,4 @@ exports.init = function(page) { |
|
|
|
|
|
$captchaImg.attr('src', captchaImgSrc + '?t=' + time.getTime());
|
|
|
});
|
|
|
}; |
|
|
\ No newline at end of file |
|
|
}; |
...
|
...
|
|