美文网首页
小程序 - swiper 加上current 之后快速滑动会疯狂

小程序 - swiper 加上current 之后快速滑动会疯狂

作者: 你若像风 | 来源:发表于2019-06-24 22:08 被阅读0次

项目里用到swiper。然后我加入了current这个属性来标记当前滑动的块。


image.png

在开发工具中滑动很自如,但是启用真机调试之后发现,当我快速地来回滑动图片,swiper就会出现疯狂轮播的问题。
最后在文档中发现这段话:


image.png
所以我加了个条件就好了:
if (e.target.source == 'autoplay' || e.target.source == 'touch'){}

相关文章

网友评论

      本文标题:小程序 - swiper 加上current 之后快速滑动会疯狂

      本文链接:https://www.haomeiwen.com/subject/hxvaqctx.html