...
|
...
|
@@ -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}>
|
...
|
...
|
|