...
|
...
|
@@ -109,8 +109,7 @@ export default class productCell extends Component { |
|
|
return (
|
|
|
<View style={styles.actionContainer}>
|
|
|
<View style={styles.cutActionContainer}>
|
|
|
<Text style={styles.cutText}>砍</Text>
|
|
|
<Text style={styles.cutPrice}>¥{data.get('cutTotalPrice')}</Text>
|
|
|
<Text style={styles.cutPrice}>砍¥{data.get('cutTotalPrice')}</Text>
|
|
|
</View>
|
|
|
</View>
|
|
|
)
|
...
|
...
|
@@ -249,7 +248,7 @@ let styles = StyleSheet.create({ |
|
|
continueCutContainer: {
|
|
|
width: 91,
|
|
|
height: 33,
|
|
|
borderRadius: 3,
|
|
|
borderRadius: 2,
|
|
|
backgroundColor: '#D0021B',
|
|
|
justifyContent: 'center',
|
|
|
},
|
...
|
...
|
@@ -299,7 +298,7 @@ let styles = StyleSheet.create({ |
|
|
},
|
|
|
hasCut:{
|
|
|
fontSize:12,
|
|
|
marginTop:4,
|
|
|
marginTop:2,
|
|
|
color: '#B0B0B0'
|
|
|
}
|
|
|
}); |
...
|
...
|
|