scrollview监督滑到最底部了
2018-05-10 本文已影响12人
工匠良辰
监听scroll-to-bottom
this.rankSv.node.on('scroll-to-bottom',function(){
self.scrollToBottom();
})
调用函数
scrollToBottom(){
console.log('scrollToBottom');
},
监听scroll-to-bottom
this.rankSv.node.on('scroll-to-bottom',function(){
self.scrollToBottom();
})
调用函数
scrollToBottom(){
console.log('scrollToBottom');
},