-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
下面是我的代码:
<LargeList
ref={ref => (this._list = ref)}
data={this.items}
heightForIndexPath={() => 184}
renderIndexPath={this._renderIndexPath}
loadingFooter={ChineseWithLastDateFooter}
onLoading={()=> {
console.info(this.total)
if (this.total.page < this.total.pages) {
actions.userorder(this.state.status, parseInt(this.total.page) + 1);
}
}}
allLoaded={this.state.allLoaded}
/>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
