Showing
1 changed file
with
2 additions
and
1 deletions
@@ -34,7 +34,8 @@ if ($loadMoreInfo.length > 0) { | @@ -34,7 +34,8 @@ if ($loadMoreInfo.length > 0) { | ||
34 | 34 | ||
35 | mySwiper = new Swiper('.swiper-container', { | 35 | mySwiper = new Swiper('.swiper-container', { |
36 | lazyLoading: true, | 36 | lazyLoading: true, |
37 | - pagination: '.swiper-pagination' | 37 | + pagination: '.swiper-pagination', |
38 | + autoplay: 3000 | ||
38 | }); | 39 | }); |
39 | 40 | ||
40 | info.initInfosEvt($infoList); | 41 | info.initInfosEvt($infoList); |
-
Please register or login to post a comment