swiperOptionWarning: {
autoplay: { disableOnInteraction: false }, // 主要处理点击以后不轮播的bug
loop: false,
slidesPerView: 3,
spaceBetween: 20,
speed: 800,
// 用户操作swiper之后,是否禁止autoplay.默认为true:停止。
autoplayDisableOnInteraction: false,
// 拖动释放时不会输出信息,阻止click冒泡。拖动Swiper时阻止click事件。
preventLinksPropagation: true,
// 设置点击箭头
navigation: {
nextEl: ‘#next1‘,
prevEl: ‘#prev1‘
}, on: {
slideChangeTransitionStart: function() {
cleartimeout()
if (_this.warningItems[this.activeIndex - 1].new) {
setTimeout(() => {
_this.$refs.playBtn.click() //定时器,这样就行 主动书法点击事件
})
}
}
}
},