监听小程序侧边条距离顶部的高度

    onPageScroll: function (e) {
        console.log(e.scrollTop);
    }
原文地址:https://www.cnblogs.com/pansidong/p/11103568.html