...
|
...
|
@@ -147,16 +147,13 @@ export default class Home extends Component { |
|
|
let data = this._currentChannelData();
|
|
|
let similarIndex = data.get('similarIndex')
|
|
|
let imgUrl = YH_Image.getSlicedUrl(rowData.get('default_images', ''), 290, 386, 2); // 商品缩略图
|
|
|
let yh_exposureData = rowData.get('yh_exposureData', Map()).toJS();
|
|
|
|
|
|
let showSimilarGuider = this.props.data.showSimilarGuider
|
|
|
&& this.state.scrollEnd
|
|
|
&& rowID == this.state.selectedVisibleIndex
|
|
|
|
|
|
let showSimilarGuider = this.props.data.showSimilarGuider
|
|
|
&& this.state.scrollEnd
|
|
|
&& rowID == this.state.selectedVisibleIndex
|
|
|
&& rowID != similarIndex;
|
|
|
return (
|
|
|
<View style={[styles.product,]}
|
|
|
yh_exposureData={yh_exposureData}
|
|
|
>
|
|
|
<View style={[styles.product,]}>
|
|
|
<ProductListCell
|
|
|
style={[styles.listContainer, customStyle]}
|
|
|
key={'sectionID+rowID' + sectionID+rowID}
|
...
|
...
|
|