Commit d8376300 authored by 刘丹's avatar 刘丹

测试楼盘

parent d697a0a6
......@@ -99,20 +99,8 @@
onInit: function(swiper){
$('.lp-index').text(swiper.activeIndex+1);
$('.lp-sum').text(swiper.imagesToLoad.length || swiper.imagesLoaded || $('img', '.lp-bunner').size());
},
onClick:function(swiper){
$('.shopBigBox').show();
if ( ! bimgSwiper) {
bimgSwiper = new Swiper('.shopBigScrollBox',{
preloadImages: false, lazyLoading: true, lazyLoadingOnTransitionStart: true,
initialSlide:swiper.activeIndex,
onTransitionEnd:function(/*swiper*/){
},
onInit:function(){
}
});
}
}
});
var liWidth = $('.showBigClass li').click(function(){
$(this).addClass('on').siblings().removeClass('on');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment