recycle-view 中 bindscroll 事件监听无返回?
<recycle-view id="recycle_view" batch="{{batchSetRecycleData}}" scroll-y bindscroll="bindScroll" height="200"> |
bindScroll(e) { console.log('bindScroll', e)} |
<recycle-view id="recycle_view" batch="{{batchSetRecycleData}}" scroll-y bindscroll="bindScroll" height="200"> |
bindScroll(e) { console.log('bindScroll', e)} |