Authored by OF1706

m

... ... @@ -115,12 +115,12 @@ lazyLoad($('#details-html img'));
// ----------------底部 为你优选,最近浏览 begin--------------
// 推荐、优选、浏览切换
$(function(){
$(function() {
var $togetherGoods = $('.individual-item-togetherGoods'),
$recommendGoods = $('.individual-item-recommendGoods'),
$latestWalk = $('.individual-item-latestWalk');
if($togetherGoods.hasClass('none')) {
if ($togetherGoods.hasClass('none')) {
$recommendGoods.show();
}
... ... @@ -183,12 +183,12 @@ function loadSlideGoods() {
// return;
// }
$('#recommend-shop').removeClass('none');
$('#recommend-shop').removeClass('none');
$('.individual-item ').slider2({
shownum: 5,
isCircle: true
});
$('.individual-item ').slider2({
shownum: 5,
isCircle: true
});
// } else {
// $('.bottom-title').filter('.change').addClass('none');
... ...