监听swiper左右滑动事件

@change="swiperTab"
swiperTab: function(e) {
var index = e.detail.current //获取索引
console.log(index,'索引====================》')
}

你可能感兴趣的:(监听swiper左右滑动事件)