...
|
...
|
@@ -931,15 +931,15 @@ function fetchComment() { |
|
|
// }
|
|
|
// });
|
|
|
|
|
|
$('.consult-comment').on('click', '.load-more', function() {
|
|
|
var $this = $(this);
|
|
|
|
|
|
if ($this.hasClass('load-more-comments')) {
|
|
|
loadAllComments(currentType);
|
|
|
} else {
|
|
|
loadConsults();
|
|
|
}
|
|
|
});
|
|
|
$('.consult-comment').on('click', '.load-more', function() {
|
|
|
var $this = $(this);
|
|
|
|
|
|
if ($this.hasClass('load-more-comments')) {
|
|
|
loadAllComments(currentType);
|
|
|
} else {
|
|
|
loadConsults();
|
|
|
}
|
|
|
});
|
|
|
|
|
|
// 我要咨询
|
|
|
$('#consults-btn').click(function() {
|
...
|
...
|
|