...
|
...
|
@@ -814,56 +814,6 @@ $('#brand-favour').click(function() { |
|
|
});
|
|
|
});
|
|
|
|
|
|
// 商品详情/材质洗涤切换
|
|
|
// $('.description-material').on('click', '.title', function() {
|
|
|
// var $this = $(this),
|
|
|
// index = $this.index();
|
|
|
//
|
|
|
// var $description = $('.description-content'),
|
|
|
// $material = $('.material-content');
|
|
|
//
|
|
|
// if ($this.hasClass('cur')) {
|
|
|
// return;
|
|
|
// }
|
|
|
//
|
|
|
// $this.addClass('cur');
|
|
|
// $this.siblings('.cur').removeClass('cur');
|
|
|
//
|
|
|
// if (index === 0) {
|
|
|
//
|
|
|
// // 商品信息
|
|
|
// $description.slideDown(SLIDETIME);
|
|
|
// $material.slideUp(SLIDETIME);
|
|
|
// } else {
|
|
|
// $description.slideUp(SLIDETIME);
|
|
|
// $material.slideDown(SLIDETIME);
|
|
|
// }
|
|
|
// });
|
|
|
|
|
|
// $('.description-material-tab').on('click', '.title', function() {
|
|
|
// var $this = $(this),
|
|
|
// index = $this.index();
|
|
|
//
|
|
|
// var $sizeContent = $('.size-content'),
|
|
|
// $modelContent = $('.model-content');
|
|
|
//
|
|
|
// if ($this.hasClass('cur')) {
|
|
|
// return;
|
|
|
// }
|
|
|
//
|
|
|
// $this.addClass('cur');
|
|
|
// $this.siblings('.cur').removeClass('cur');
|
|
|
//
|
|
|
// if (index === 0) {
|
|
|
//
|
|
|
// // 商品信息
|
|
|
// $sizeContent.slideDown(SLIDETIME);
|
|
|
// $modelContent.slideUp(SLIDETIME);
|
|
|
// } else {
|
|
|
// $sizeContent.slideUp(SLIDETIME);
|
|
|
// $modelContent.slideDown(SLIDETIME);
|
|
|
// }
|
|
|
// });
|
|
|
// 详情页套餐区
|
|
|
$('.good-info .good-detail-text > a').dotdotdot({
|
|
|
wrap: 'letter'
|
...
|
...
|
@@ -1053,6 +1003,12 @@ function fetchComment() { |
|
|
consults: res
|
|
|
}));
|
|
|
|
|
|
$('#consults-ul .zan-content').on('click', '.iconfont', function(){
|
|
|
var $this = $(this);
|
|
|
$this.addClass('getzan');
|
|
|
});
|
|
|
|
|
|
|
|
|
baseUrl = '/product/detail/consult?productId=' + id + '&filterId=7';
|
|
|
|
|
|
$('.consults-devide').empty().append(
|
...
|
...
|
@@ -1074,8 +1030,6 @@ function fetchComment() { |
|
|
loadConsults(result[2]);
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
$('.consult-comment').on('click', '.load-more', function() {
|
|
|
var $this = $(this);
|
|
|
|
...
|
...
|
@@ -1086,6 +1040,8 @@ function fetchComment() { |
|
|
}
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
// 我要咨询
|
|
|
$('#consults-btn').click(function() {
|
|
|
|
...
|
...
|
|