实现了新浪微博tab切换效果

currentIndex 当前所在滑块的 index

swiperCut 每完成一次轮播就触发 (uni-app)
官网说 current 改变时会触发 change 事件,说的是e.detail.current并不是绑定的currentIndex

ps:H5 会出现滚动轮
uni-app: https://uniapp.dcloud.io/component/swiper
项目实例地址:https://gitee.com/sunliusen/ms-tabs
插件地址:https://ext.dcloud.net.cn/plugin?id=1107

网友评论