<swiper current="{{currentTab}}" class="swiper-box" duration="500" bindchange="bindChange">
根据文档
circular | Boolean | false | 是否采用衔接滑动 |
设置 circular = false 无效 后来我发现删除掉 circular 还是可以滑动 ,请问应该怎么禁止滑动
开发工具版本号 v1.01.170925
网友回复:
感谢反馈。circular只是启用/禁用滑动循环。
目前还没有禁止swiper滑动的属性,我们已经计划添加一个这样的属性。目前你可以使用在swiper-item上设置catchtouchmove属性的方法来禁止swiper滑动。
好吧