...
|
...
|
@@ -219,7 +219,7 @@ export default class RedBrand extends Component { |
|
|
|
|
|
let needShowToast = this.props.receiveCouponResult.isNeedShow;
|
|
|
let showToastMessage = this.props.receiveCouponResult.showMessage;
|
|
|
|
|
|
let brandFilterContainerHeight = fliter == '2' ? 84 : 40;
|
|
|
return (
|
|
|
<View style={styles.container}>
|
|
|
<ListView
|
...
|
...
|
@@ -268,6 +268,7 @@ export default class RedBrand extends Component { |
|
|
|
|
|
{productList.isMoreFilter ?
|
|
|
<BrandProductMoreFilter
|
|
|
style={{top:brandFilterContainerHeight}}
|
|
|
productList={productList}
|
|
|
onPressCloseMoreFilter={this.props.onPressCloseMoreFilter}
|
|
|
onPressMoreFilter={this.props.onPressMoreFilter}
|
...
|
...
|
|