|
@@ -81,7 +81,7 @@ export default class OrderIncome extends Component { |
|
@@ -81,7 +81,7 @@ export default class OrderIncome extends Component { |
81
|
}}>
|
81
|
}}>
|
82
|
<View style={styles.headerContainer}>
|
82
|
<View style={styles.headerContainer}>
|
83
|
<View style={[styles.subHeaderContainer, this.state.orderStatus === 1 ? {backgroundColor: '#444444'} : null]}>
|
83
|
<View style={[styles.subHeaderContainer, this.state.orderStatus === 1 ? {backgroundColor: '#444444'} : null]}>
|
84
|
- <Text style={[styles.subHeaderText, this.state.orderStatus === 1 ? {color: 'white'} : null]}>待提现</Text>
|
84
|
+ <Text style={[styles.subHeaderText, this.state.orderStatus === 1 ? {color: 'white'} : null]}>待确认</Text>
|
85
|
</View>
|
85
|
</View>
|
86
|
</View>
|
86
|
</View>
|
87
|
</TouchableOpacity>
|
87
|
</TouchableOpacity>
|
|
@@ -91,7 +91,7 @@ export default class OrderIncome extends Component { |
|
@@ -91,7 +91,7 @@ export default class OrderIncome extends Component { |
91
|
}}>
|
91
|
}}>
|
92
|
<View style={styles.headerContainer}>
|
92
|
<View style={styles.headerContainer}>
|
93
|
<View style={[styles.subHeaderContainer , this.state.orderStatus === 2 ? {backgroundColor: '#444444'} : null]}>
|
93
|
<View style={[styles.subHeaderContainer , this.state.orderStatus === 2 ? {backgroundColor: '#444444'} : null]}>
|
94
|
- <Text style={[styles.subHeaderText, this.state.orderStatus === 2 ? {color: 'white'} : null]}>提现中</Text>
|
94
|
+ <Text style={[styles.subHeaderText, this.state.orderStatus === 2 ? {color: 'white'} : null]}>未提现</Text>
|
95
|
</View>
|
95
|
</View>
|
96
|
</View>
|
96
|
</View>
|
97
|
</TouchableOpacity>
|
97
|
</TouchableOpacity>
|
|
@@ -101,7 +101,7 @@ export default class OrderIncome extends Component { |
|
@@ -101,7 +101,7 @@ export default class OrderIncome extends Component { |
101
|
}}>
|
101
|
}}>
|
102
|
<View style={styles.headerContainer}>
|
102
|
<View style={styles.headerContainer}>
|
103
|
<View style={[styles.subHeaderContainer, this.state.orderStatus === 3 ? {backgroundColor: '#444444'} : null]}>
|
103
|
<View style={[styles.subHeaderContainer, this.state.orderStatus === 3 ? {backgroundColor: '#444444'} : null]}>
|
104
|
- <Text style={[styles.subHeaderText, this.state.orderStatus === 3 ? {color: 'white'} : null]}>提现成功</Text>
|
104
|
+ <Text style={[styles.subHeaderText, this.state.orderStatus === 3 ? {color: 'white'} : null]}>已提现</Text>
|
105
|
</View>
|
105
|
</View>
|
106
|
</View>
|
106
|
</View>
|
107
|
</TouchableOpacity>
|
107
|
</TouchableOpacity>
|