...
|
...
|
@@ -722,8 +722,8 @@ export default class Home extends Component { |
|
|
this.props.onRefresh && this.props.onRefresh();
|
|
|
}}
|
|
|
onFinishRefreshData={() => {
|
|
|
this.listView && this.listView.yh_updateVisibleSubViews();
|
|
|
}}
|
|
|
this.listView && this.listView.yh_updateVisibleSubViews();//ios 专用
|
|
|
}}//ios 专用
|
|
|
onEndReached={() => {
|
|
|
this.props.onEndReached && this.props.onEndReached();
|
|
|
}}
|
...
|
...
|
|