Showing
2 changed files
with
2 additions
and
2 deletions
@@ -91,7 +91,7 @@ export default class Alliance extends Component { | @@ -91,7 +91,7 @@ export default class Alliance extends Component { | ||
91 | <View> | 91 | <View> |
92 | <View style={styles.orderView}> | 92 | <View style={styles.orderView}> |
93 | <Text style={[styles.hasWithDrawText, {fontWeight: 'bold'}]}>最近订单</Text> | 93 | <Text style={[styles.hasWithDrawText, {fontWeight: 'bold'}]}>最近订单</Text> |
94 | - <Text style={styles.orderTipsText}>当天订单第二天显示</Text> | 94 | + <Text style={styles.orderTipsText}>当天订单第2天显示</Text> |
95 | </View> | 95 | </View> |
96 | <View style={styles.titleBottomLine}/> | 96 | <View style={styles.titleBottomLine}/> |
97 | {this.props.recentlyOrder.recentlyOrder_list.toArray().length > 0 ? null : | 97 | {this.props.recentlyOrder.recentlyOrder_list.toArray().length > 0 ? null : |
@@ -30,7 +30,7 @@ export default class SureModal extends React.Component { | @@ -30,7 +30,7 @@ export default class SureModal extends React.Component { | ||
30 | <View style={styles.modalContainer}> | 30 | <View style={styles.modalContainer}> |
31 | <View style={styles.modalView}> | 31 | <View style={styles.modalView}> |
32 | <View style={styles.confirmTitleContainer}> | 32 | <View style={styles.confirmTitleContainer}> |
33 | - <Text style={styles.confirmTitle}>申请提现后不能取消,确定要提现吗?</Text> | 33 | + <Text style={styles.confirmTitle}>申请后不能取消,确定要提现吗?</Text> |
34 | </View> | 34 | </View> |
35 | <View style={{width: '100%', height: 0.5, backgroundColor: '#e0e0e0'}}/> | 35 | <View style={{width: '100%', height: 0.5, backgroundColor: '#e0e0e0'}}/> |
36 | <View style={styles.confirmBtnContainer}> | 36 | <View style={styles.confirmBtnContainer}> |
-
Please register or login to post a comment