Skip to content

Commit 8ad08f4

Browse files
committed
1. 列表加载更多的功能
2. 安卓9.0列表滑动闪退,尚未修复
1 parent c8d7b8f commit 8ad08f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/pages/News/BuDeJie/index_new.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ class BuDeJie extends React.Component<Props, any> {
108108
}}
109109
renderIndexPath={this.renderItem}
110110
// loadingFooter={ChineseWithLastDateFooter}
111-
// onLoading={async () => {
112-
// await this.buDeJieMobx.fetchBuDeJieData(this.props.type, maxtime);
113-
// this._list.endLoading();
114-
// }}
111+
onLoading={async () => {
112+
await this.buDeJieMobx.fetchBuDeJieData(this.props.type, maxtime);
113+
this._list.endLoading();
114+
}}
115115
/>
116116
);
117117
}

0 commit comments

Comments
 (0)