We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d7b8f commit 8ad08f4Copy full SHA for 8ad08f4
app/pages/News/BuDeJie/index_new.js
@@ -108,10 +108,10 @@ class BuDeJie extends React.Component<Props, any> {
108
}}
109
renderIndexPath={this.renderItem}
110
// loadingFooter={ChineseWithLastDateFooter}
111
- // onLoading={async () => {
112
- // await this.buDeJieMobx.fetchBuDeJieData(this.props.type, maxtime);
113
- // this._list.endLoading();
114
- // }}
+ onLoading={async () => {
+ await this.buDeJieMobx.fetchBuDeJieData(this.props.type, maxtime);
+ this._list.endLoading();
+ }}
115
/>
116
);
117
}
0 commit comments