Authored by 孙凯

添加注释 reviewby hongmo

... ... @@ -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();
}}
... ...