...
|
...
|
@@ -82,7 +82,8 @@ export default class GoodsGroupHeader extends React.Component { |
|
|
/>
|
|
|
<View style={{width: width,height: 10,backgroundColor: 'white',}}>
|
|
|
</View>
|
|
|
<View style={{width: width,height: 9,backgroundColor: 'white',borderBottomWidth: 1, borderBottomColor: '#e0e0e0'}}>
|
|
|
<View style={{width: width,height: 9,backgroundColor: 'white'}}>
|
|
|
<View style={{position: 'absolute',marginTop:8,width: width,height: 1,backgroundColor: '#e0e0e0'}}/>
|
|
|
<Image source={require('../../image/global_arrow_up.png')} style={{marginLeft: n,width: 16,height: 9,backgroundColor: 'transparent'}}>
|
|
|
</Image>
|
|
|
</View>
|
...
|
...
|
|