|
|
@@ -332,7 +332,7 @@ export default class EditProfile extends Component {
|
|
|
{/*<ArrowRight/>*/}
|
|
|
</Pressable>
|
|
|
<Divide/>
|
|
|
- <Pressable
|
|
|
+ {/* <Pressable
|
|
|
style={styles.profileView}
|
|
|
android_ripple={ripple}
|
|
|
onPress={() => {
|
|
|
@@ -343,15 +343,14 @@ export default class EditProfile extends Component {
|
|
|
value: userInfo.addressLine,
|
|
|
visible: true
|
|
|
}
|
|
|
- });*/
|
|
|
+ });*
|
|
|
this.editAddress = true;
|
|
|
startPage(PageList.editAddress);
|
|
|
}}>
|
|
|
<TextView style={styles.label}>{$t('profile.address')}</TextView>
|
|
|
<TextView style={styles.infoText}>{userInfo.addressLine}</TextView>
|
|
|
<ArrowRight/>
|
|
|
- </Pressable>
|
|
|
- <Divide/>
|
|
|
+ </Pressable> */}
|
|
|
<Pressable
|
|
|
style={[styles.profileView, {
|
|
|
paddingRight: 48
|
|
|
@@ -361,14 +360,13 @@ export default class EditProfile extends Component {
|
|
|
{/*<ArrowRight/>*/}
|
|
|
</Pressable>
|
|
|
<Divide/>
|
|
|
- <Pressable
|
|
|
+ {/* <Pressable
|
|
|
style={[styles.profileView, {
|
|
|
paddingRight: 48
|
|
|
}]}>
|
|
|
<TextView style={styles.label}>{$t('profile.registerDate')}</TextView>
|
|
|
<TextView style={styles.infoText}>{"-"}</TextView>
|
|
|
- {/*<ArrowRight/>*/}
|
|
|
- </Pressable>
|
|
|
+ </Pressable> */}
|
|
|
<EditDialog
|
|
|
title={this.state.editDialog.title}
|
|
|
visible={this.state.editDialog.visible}
|