...
|
...
|
@@ -49,7 +49,10 @@ export default class GoodsGroupHeader extends React.Component { |
|
|
this.props.onPressFilter && this.props.onPressFilter(rowID);
|
|
|
}}>
|
|
|
<View style={{width: itemW - 20,height: itemH - 20,borderColor: 'black',borderWidth: borderWidth}}>
|
|
|
<Image source={{uri: url}} style={{width: itemW - 20 - 2*borderWidth,height: itemH - 20 - 2*borderWidth,backgroundColor:'white',}} resizeMode={'contain'}></Image>
|
|
|
<Image source={{uri: url}} style={{width: itemW - 20 - 2*borderWidth,height: itemH - 20 - 2*borderWidth,backgroundColor:'white',}} resizeMode={'contain'}>
|
|
|
<View style={{width: 10,height: 10,marginLeft: itemW - 20 - 2*borderWidth - 12,marginTop: itemH - 20 - 2*borderWidth - 12,backgroundColor: 'white',borderRadius: 5}}>
|
|
|
</View>
|
|
|
</Image>
|
|
|
</View>
|
|
|
</TouchableOpacity>
|
|
|
</View>
|
...
|
...
|
|