Authored by 于良

普通收藏商品显示footer review by 盖剑秋

... ... @@ -152,7 +152,7 @@ export default class Product extends Component {
<NoDataView type={'product'} onPressGuangGuang={this.props.onPressGuangGuang}/>
);
}
if (currentTab == 'global' && this.state.showFooter) {
if (this.state.showFooter) {
return(
<View style={styles.footerContainer}>
<Image style={styles.footerImage} resizeMode={'contain'} source={require('../../images/product/shared_bottom.png')}/>
... ...