小程序监听滚动条

1   //监控滚动条
2   scroll: function(e){
3     this.setData({
4       scrollTop: e.detail.scrollTop
5     })
6 
7   },
 
原文地址:https://www.cnblogs.com/linsx/p/9296589.html