Authored by 孙凯

添加注释 reviewby hongmo

@@ -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 }}