社区里有很多类似的场景:previewImage需要自定义,实现一个类似系统相册的功能。
需要左右滑动切换,所以用swiper;需要缩放,所以用movable;但是事件冲突,特别是当其他需求变得负责是,社区里其他方法似乎不太好用。
解决方案是:
<swiper-item catchtouchmove="{{canSwiper?null:'stopTouchMove'}}" />
stopTouchMove是空函数,亲测有效。
解决swiper与movable事件冲突,实现一个类似系统相册的功能。
社区里有很多类似的场景:previewImage需要自定义,实现一个类似系统相册的功能。
需要左右滑动切换,所以用swiper;需要缩放,所以用movable;但是事件冲突,特别是当其他需求变得负责是,社区里其他方法似乎不太好用。
解决方案是:
<swiper-item catchtouchmove="{{canSwiper?null:'stopTouchMove'}}" />
stopTouchMove是空函数,亲测有效。