recycle-view 中 bindscroll 事件监听无返回?

发布于 6 年前作者 qiuwei13701 次浏览最后编辑 6 年前来自 issues
<recycle-view id="recycle_view" batch="{{batchSetRecycleData}}" scroll-y bindscroll="bindScroll" height="200">
bindScroll(e) {
  console.log('bindScroll', e)
}
2 回复
jiajing
jiajing1 楼6 年前

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

页面 JS 管理 recycle-view 的数据

fyuan
fyuan2 楼5 年前

你好,麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html