/**
* 滚动事件
*/
onPageScroll(e) {
var that = this;
that.scrollTop = e.scrollTop;
console.log(that.scrollTop)
},
小程序滚动事件监测当前内容到顶部的距离
作者:
在
作者:
在
/**
* 滚动事件
*/
onPageScroll(e) {
var that = this;
that.scrollTop = e.scrollTop;
console.log(that.scrollTop)
},
发表回复