在使用swiper 3d flow時遇到一個問題就是獲取的索引值不正確解決辦法
1、swiper3的解決辦法
var index = (swiper.activeIndex-1+3)%(3);
swiper3中沒有realIndex屬性择葡,不能直接獲取紧武,那么我們需要通過activeIndex進行轉(zhuǎn)換
2、swiper4的解決辦法
如果使用swiper4那么可以直接使用realIndex進行獲取索引
在使用swiper 3d flow時遇到一個問題就是獲取的索引值不正確解決辦法
1、swiper3的解決辦法
var index = (swiper.activeIndex-1+3)%(3);
swiper3中沒有realIndex屬性择葡,不能直接獲取紧武,那么我們需要通過activeIndex進行轉(zhuǎn)換
2、swiper4的解決辦法
如果使用swiper4那么可以直接使用realIndex進行獲取索引