|
@@ -31,6 +31,8 @@
|
|
|
swiperOption: {
|
|
swiperOption: {
|
|
|
autoplay: 6000,
|
|
autoplay: 6000,
|
|
|
pagination: '.swiper-pagination',
|
|
pagination: '.swiper-pagination',
|
|
|
|
|
+ // 解决点击分页器后图片就不能轮播的问题
|
|
|
|
|
+ autoplayDisableOnInteraction: false,
|
|
|
paginationClickable: true,
|
|
paginationClickable: true,
|
|
|
mousewheelControl: false,
|
|
mousewheelControl: false,
|
|
|
effect: 'fade',
|
|
effect: 'fade',
|