Authored by mark

商品详情页 评论和顾客咨询

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