...
|
...
|
@@ -284,7 +284,7 @@ $('#login-btn').on('click', function() { |
|
|
location.href = data.data.session;
|
|
|
}
|
|
|
} else {
|
|
|
$passwordTip.removeClass('hide').children('em').text(data.message);
|
|
|
$passwordTip.removeClass('hide').children('em').html(data.message);
|
|
|
$password.addClass('error');
|
|
|
}
|
|
|
},
|
...
|
...
|
|