recycle-view 中 bindscroll 事件监听无返回?
发布于 5 年前 作者 qiuwei 13485 次浏览 来自 官方Issues
<recycle-view id="recycle_view" batch="{{batchSetRecycleData}}" scroll-y bindscroll="bindScroll" height="200">
bindScroll(e) {
  console.log('bindScroll', e)
}
2 回复

https://github.com/wechat-miniprogram/recycle-view 参考文档第四点

页面 JS 管理 recycle-view 的数据

回到顶部