...
|
...
|
@@ -33,7 +33,7 @@ export default class BrandCell extends Component { |
|
|
<TouchableOpacity style={styles.container} yh_exposureData={yh_exposureData} onPress={()=>{this.props.onPressShop&&this.props.onPressShop(data, index);}}>
|
|
|
<View style={{flex:1}}>
|
|
|
<Image style={styles.image} source={{uri:shop_logo}}/>
|
|
|
<View style={styles.footerContainer}>
|
|
|
<View style={[styles.footerContainer, {marginTop: shop_logo.length > 0 ? 12 : 52}]}>
|
|
|
<Text style={styles.text} numberOfLines={1}>上新{new_product_num}款</Text>
|
|
|
</View>
|
|
|
</View>
|
...
|
...
|
@@ -60,7 +60,7 @@ let styles = StyleSheet.create({ |
|
|
resizeMode: 'contain',
|
|
|
},
|
|
|
footerContainer: {
|
|
|
marginTop: 12,
|
|
|
// marginTop: 12,
|
|
|
marginBottom: 8,
|
|
|
width: 80,
|
|
|
height: 16,
|
...
|
...
|
|