be-fe / iSlider

Smooth mobile touch slider for Mobile WebApp, HTML5 App, Hybrid App
http://be-fe.github.io/iSlider/
MIT License
1.65k stars 449 forks source link

轮播图片代理事件点击问题 #418

Closed liu2080019 closed 3 years ago

liu2080019 commented 7 years ago

轮播图片代理事件点击,无法知道当前是第几张图片。。。

liu2080019 commented 7 years ago

每次渲染的3的li标签,没有什么标识让我区分当前是第几张

muzi131313 commented 7 years ago
slider = new iSlider();
slider.on('slideChange', (index) => {
    $('.currentNum').text(index + 1);
})

@liu2080019