Authored by 郁健超

UI微调 review by孙凯

... ... @@ -61,6 +61,10 @@ componentWillUnmount() {
}
_renderRow(rowData, sectionID, rowID) {
let {
categoryType,
} = this.props;
if(sectionID === 'resourceInfoList'){
return this._renderResourceInfoListRow(rowData)
}else if (sectionID === 'productList') {
... ... @@ -73,6 +77,7 @@ _renderRow(rowData, sectionID, rowID) {
firstHaggle={this.props.firstHaggle}
continueHaggle={this.props.continueHaggle}
onStop = {this.props.onStop}
categoryType={categoryType}
/>
);
}else {
... ...