请教一个better-scroll问题,使用better-scroll页面可以正常滚动,BScroll中配置了pullDownRefresh(或者pullUpLoad),但是pullingDown(或者pullingUp)并不触发,找不到原因,请老师解惑。
var itemScroll = new BScroll('#'+param.itemWrap,{
scrollY: true,
probeType: 3,
pullDownRefresh: {
threshold: 50,
stop: 20
}
});
itemScroll.on('pullingDown',function(){
console.log('下拉刷新')
})
掌握Vue1.0到2.0再到2.5最全版本应用与迭代,打造极致流畅的WebApp
了解课程