开发工具正常!
swiper 垂直上滑有问题有时候滑动不了。
安卓滑动到第三个后面就上滑不了。点击左侧的菜单正常。
indicator-dots="{{true}}" 时可以在点点上滑动
最终结合scroll-view 的bindscrolltolower="downall" 让swiper自动翻页
downall:function(e){
var that=this;
if(e.detail.direction=="bottom"){
that.setData({swiper_crent:that.data.swiper_crent+1});
}
},
你好,使用提供的代码片段未复现问题