Authored by 王海元

修改文案 --review by 孙凯

... ... @@ -91,7 +91,7 @@ export default class Alliance extends Component {
<View>
<View style={styles.orderView}>
<Text style={[styles.hasWithDrawText, {fontWeight: 'bold'}]}>最近订单</Text>
<Text style={styles.orderTipsText}>当天订单第天显示</Text>
<Text style={styles.orderTipsText}>当天订单第2天显示</Text>
</View>
<View style={styles.titleBottomLine}/>
{this.props.recentlyOrder.recentlyOrder_list.toArray().length > 0 ? null :
... ...
... ... @@ -30,7 +30,7 @@ export default class SureModal extends React.Component {
<View style={styles.modalContainer}>
<View style={styles.modalView}>
<View style={styles.confirmTitleContainer}>
<Text style={styles.confirmTitle}>申请提现后不能取消,确定要提现吗?</Text>
<Text style={styles.confirmTitle}>申请后不能取消,确定要提现吗?</Text>
</View>
<View style={{width: '100%', height: 0.5, backgroundColor: '#e0e0e0'}}/>
<View style={styles.confirmBtnContainer}>
... ...