...
|
...
|
@@ -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')}/>
|
...
|
...
|
|