Authored by 张文文

ui fix

@@ -35,8 +35,15 @@ export default class CheckSettleModal extends React.Component { @@ -35,8 +35,15 @@ export default class CheckSettleModal extends React.Component {
35 <Text style={styles.allPriceText}>{data.afterTaxAmountStr}</Text> 35 <Text style={styles.allPriceText}>{data.afterTaxAmountStr}</Text>
36 </Text> 36 </Text>
37 37
38 - <Text style={styles.priceText}>提现总金额:{data.settlementAmountStr}</Text>  
39 - <Text style={styles.priceText}>扣税总金额:{data.taxAmountStr}</Text> 38 + <Text>
  39 + <Text style={styles.priceText}>提现总金额:</Text>
  40 + <Text style={styles.otherText}>{data.settlementAmountStr}</Text>
  41 + </Text>
  42 +
  43 + <Text>
  44 + <Text style={styles.priceText}>扣税总金额:</Text>
  45 + <Text style={styles.otherText}>{data.taxAmountStr}</Text>
  46 + </Text>
40 47
41 <TouchableOpacity onPress={() => { 48 <TouchableOpacity onPress={() => {
42 this.props.jumpWithActivityUrl && this.props.jumpWithActivityUrl(); 49 this.props.jumpWithActivityUrl && this.props.jumpWithActivityUrl();
@@ -130,6 +137,13 @@ let styles = StyleSheet.create({ @@ -130,6 +137,13 @@ let styles = StyleSheet.create({
130 lineHeight: 23, 137 lineHeight: 23,
131 letterSpacing: -0.09, 138 letterSpacing: -0.09,
132 }, 139 },
  140 + otherText:{
  141 + fontFamily: 'PingFang-SC-Regular',
  142 + fontSize: 14,
  143 + color: '#444444',
  144 + lineHeight: 23,
  145 + letterSpacing: -0.09,
  146 + },
133 priceText: { 147 priceText: {
134 fontFamily: 'PingFang-SC-Regular', 148 fontFamily: 'PingFang-SC-Regular',
135 fontSize: 14, 149 fontSize: 14,