Authored by 张丽霞

Merge branch 'classify' of http://git.yoho.cn/mobile/YH_RNComponent into classify

... ... @@ -57,11 +57,11 @@ export default class ShopTopBanner extends React.Component {
resizeMode={'contain'}/>
</TouchableOpacity>
<View style={{width: 50, height:50, backgroundColor:'white',bottom: -backgroundHeight + 15 + 50,marginLeft:15}}>
<Image
<View style={{width: 50, height:50, backgroundColor:'transparent',bottom: -backgroundHeight + 15 + 50,marginLeft:15}}>
{icon ? <Image
source={{uri: icon}}
style={{ width: 50, height: 50}}
resizeMode={'contain'}/>
style={{ width: 50, height: 50, backgroundColor: 'white'}}
resizeMode={'contain'}/> : null}
</View>
<View style={{width: 100, height:18, bottom: -backgroundHeight + 15 + 68,marginLeft:74,backgroundColor:'transparent'}}>
<Text style={styles.text}>{name}</Text>
... ...