handleEndReached(e) { console.log('handleEndReached') if (! this.props.showLoadMore) return; this.startLoadMore(); }, 这个事件没执行
handleEndReached(e) {
console.log('handleEndReached')
if (! this.props.showLoadMore) return;
this.startLoadMore();
},
这个事件没执行