Authored by 王钱钧

Merge branch 'develop' of http://git.yoho.cn/mobile/YH_RNComponent into develop

... ... @@ -27,7 +27,7 @@ class SectionView extends React.Component {
render() {
return <YH_SectionView {...this.props} onClick={this._onClick} />;
return <YH_SectionView {...this.props} items={this.props.items.toJS()} onClick={this._onClick} />;
}
}
... ...