Authored by 郁健超

UI微调 review by孙凯

@@ -61,6 +61,10 @@ componentWillUnmount() { @@ -61,6 +61,10 @@ componentWillUnmount() {
61 } 61 }
62 62
63 _renderRow(rowData, sectionID, rowID) { 63 _renderRow(rowData, sectionID, rowID) {
  64 + let {
  65 + categoryType,
  66 + } = this.props;
  67 +
64 if(sectionID === 'resourceInfoList'){ 68 if(sectionID === 'resourceInfoList'){
65 return this._renderResourceInfoListRow(rowData) 69 return this._renderResourceInfoListRow(rowData)
66 }else if (sectionID === 'productList') { 70 }else if (sectionID === 'productList') {
@@ -73,6 +77,7 @@ _renderRow(rowData, sectionID, rowID) { @@ -73,6 +77,7 @@ _renderRow(rowData, sectionID, rowID) {
73 firstHaggle={this.props.firstHaggle} 77 firstHaggle={this.props.firstHaggle}
74 continueHaggle={this.props.continueHaggle} 78 continueHaggle={this.props.continueHaggle}
75 onStop = {this.props.onStop} 79 onStop = {this.props.onStop}
  80 + categoryType={categoryType}
76 /> 81 />
77 ); 82 );
78 }else { 83 }else {