diff --git a/Application/Home/View/default/Home/landingPage.html b/Application/Home/View/default/Home/landingPage.html index e666fc2d5..2a42626cf 100644 --- a/Application/Home/View/default/Home/landingPage.html +++ b/Application/Home/View/default/Home/landingPage.html @@ -1007,7 +1007,7 @@ function getCurUserId() { function swiperGet2(){ var mySwiper = new Swiper('.mounting-box .swiper-container', { - loop: true, + loop: false, observer: true,//修改swiper自己或子元素时,自动初始化swiper observeParents: true,//修改swiper的父元素时,自动初始化swiper lazyLoading:true,//图片延迟加载 @@ -1031,7 +1031,7 @@ function getCurUserId() { // }, autoplay: { delay: 2000, - stopOnLastSlide: false, + stopOnLastSlide: true, disableOnInteraction: false, }, onSlideChangeEnd: function(swiper){ @@ -1402,7 +1402,7 @@ function getCurUserId() { function swiperGet(){ var swiper1 = new Swiper('.second-box .swiper-container', { - loop: true, + loop: false, observer: true,//修改swiper自己或子元素时,自动初始化swiper observeParents: true,//修改swiper的父元素时,自动初始化swiper // autoplayDisableOnInteraction:false,// @@ -1414,12 +1414,8 @@ function getCurUserId() { }, autoplay: { delay: 2000, - stopOnLastSlide: false, + stopOnLastSlide: true, disableOnInteraction: false, - }, - onSlideChangeEnd: function(swiper){ - // swiper.update(); - swiper1.startAutoplay(); } }); }; diff --git a/Application/Home/View/default/Home/landingPage2.html b/Application/Home/View/default/Home/landingPage2.html index a4511760f..c48df53c7 100644 --- a/Application/Home/View/default/Home/landingPage2.html +++ b/Application/Home/View/default/Home/landingPage2.html @@ -161,6 +161,9 @@ $('.down-link').on('click', function () { $('#downTips').show(); }) + $(".home-video").on("click",function() { + return false; + }) $('#downTips').on('click', function () {