
previewSwiper.activeIndex) {
// var thumbsPerNav = Math.floor(previewSwiper.width / activeNav.width()) - 1
// previewSwiper.slideTo(activeNav.index() - thumbsPerNav)
// } else {
// previewSwiper.slideTo(activeNav.index())
// }
// }
// }
//点击查看原图
$('.view .show-large').click(function() {
$('.big-wrap').removeClass('hidden');
// var index = viewSwiper.activeIndex;
// var url = $('.view .swiper-wrapper .swiper-slide').eq(index).find('img').attr('src');
var url = $('.preview .swiper-wrapper .swiper-slide').eq(_index).find('img').attr('img-o');
var imgUrl = $('.big-img img').attr('src',url);
});
//点击关闭查看原图
$('.big-wrap .close').click(function() {
$('.big-wrap').addClass('hidden');
});
});