better-score获取滑动距离的坑
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | this .contentScroll = new BScroll( this .$refs.contentWrap,{ probeType:3, //探针,获取滑动距离必备 click: true }); //然后通过 this .contentScroll.on( 'scroll' ,(pos)=>{ this .scrollY = Math.abs(Math.round(pos.y)); }); //但在vue中有个奇怪的坑 //如果不这样做,获取的滑动距离始终为0? if ( this .contentScroll){ this .contentScroll.refresh(); } else { this .contentScroll = new BScroll( this .$refs.contentWrap,{ probeType:3, click: true }); } //好吧,我明白了,是这行代码造的坑 this .contentScroll.refresh(); //此处写在重置中 |
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】博客园社区专享云产品让利特惠,阿里云新客6.5折上折
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步