商品詳細
-
adidas 女用帽子
IK9753 白$1,190 $890消費滿1000以上,免運費
- 商品說明
- 問與答(0)
' + html + '
' + html + '
');
$([document.documentElement, document.body]).animate({
scrollTop: review_list.offset().top
}, 700);
});
}
$('.line_tab li').on('click', function(){
var id = $(this).attr('data-id');
if($('._' + id).length) {
$('.line_tab li').removeClass('active');
$(this).addClass('active');
$('.line_tab_page').hide();
$('._' + id).show();
} else if($(this).find('a').length) {
$('.line_tab li').removeClass('active');
$(this).addClass('active');
$.get($(this).find('a').attr('href'), function(html){
$('.line_tab_page').hide();
$('#line_tab_content').append('' + html + '
');
});
}
return false;
});
});

