This commit is contained in:
parent
362f20972f
commit
95bb87b29f
|
@ -116,6 +116,8 @@ function setSwiperRef(swiper) {
|
||||||
|
|
||||||
function onSlideChange() {
|
function onSlideChange() {
|
||||||
tab = tabs[swiperRef.activeIndex];
|
tab = tabs[swiperRef.activeIndex];
|
||||||
|
console.log(tab);
|
||||||
|
console.log(tabs);
|
||||||
}
|
}
|
||||||
|
|
||||||
function syncSlide(index) {
|
function syncSlide(index) {
|
||||||
|
|
Loading…
Reference in New Issue