監(jiān)聽scroll-to-bottom
this.rankSv.node.on('scroll-to-bottom',function(){
self.scrollToBottom();
})
調(diào)用函數(shù)
scrollToBottom(){
console.log('scrollToBottom');
},
監(jiān)聽scroll-to-bottom
this.rankSv.node.on('scroll-to-bottom',function(){
self.scrollToBottom();
})
調(diào)用函數(shù)
scrollToBottom(){
console.log('scrollToBottom');
},