Showing
1 changed file
with
2 additions
and
2 deletions
@@ -722,8 +722,8 @@ export default class Home extends Component { | @@ -722,8 +722,8 @@ export default class Home extends Component { | ||
722 | this.props.onRefresh && this.props.onRefresh(); | 722 | this.props.onRefresh && this.props.onRefresh(); |
723 | }} | 723 | }} |
724 | onFinishRefreshData={() => { | 724 | onFinishRefreshData={() => { |
725 | - this.listView && this.listView.yh_updateVisibleSubViews(); | ||
726 | - }} | 725 | + this.listView && this.listView.yh_updateVisibleSubViews();//ios 专用 |
726 | + }}//ios 专用 | ||
727 | onEndReached={() => { | 727 | onEndReached={() => { |
728 | this.props.onEndReached && this.props.onEndReached(); | 728 | this.props.onEndReached && this.props.onEndReached(); |
729 | }} | 729 | }} |
-
Please register or login to post a comment