...
|
...
|
@@ -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() {
|
...
|
...
|
|