Showing
2 changed files
with
6 additions
and
6 deletions
| @@ -55,8 +55,8 @@ export default class Login extends Component { | @@ -55,8 +55,8 @@ export default class Login extends Component { | ||
| 55 | const { phone, password, nickname, profession } = this.state; | 55 | const { phone, password, nickname, profession } = this.state; |
| 56 | return ( | 56 | return ( |
| 57 | <View style={styles.container}> | 57 | <View style={styles.container}> |
| 58 | - <KeyboardAvoidingView | 58 | + <KeyboardAvoidingView |
| 59 | - behavior="padding" | 59 | + behavior="padding" |
| 60 | style={styles.KAVContainer} | 60 | style={styles.KAVContainer} |
| 61 | > | 61 | > |
| 62 | <View> | 62 | <View> |
| @@ -337,11 +337,11 @@ export default class Mine extends Component { | @@ -337,11 +337,11 @@ export default class Mine extends Component { | ||
| 337 | <TouchableOpacity | 337 | <TouchableOpacity |
| 338 | style={styles.itemContainer} | 338 | style={styles.itemContainer} |
| 339 | onPress={() => { | 339 | onPress={() => { |
| 340 | - if (this.state.IS_LOGIN == "yes") { | 340 | + {/* if (this.state.IS_LOGIN == "yes") { |
| 341 | AlertIOS.prompt("更改手机", null, this.saveResponse3); | 341 | AlertIOS.prompt("更改手机", null, this.saveResponse3); |
| 342 | } else { | 342 | } else { |
| 343 | Alert.alert("请先登录账号"); | 343 | Alert.alert("请先登录账号"); |
| 344 | - } | 344 | + } */} |
| 345 | }} | 345 | }} |
| 346 | > | 346 | > |
| 347 | <View style={styles.itemLeft}> | 347 | <View style={styles.itemLeft}> |
| @@ -353,10 +353,10 @@ export default class Mine extends Component { | @@ -353,10 +353,10 @@ export default class Mine extends Component { | ||
| 353 | {this.state.PHONE} | 353 | {this.state.PHONE} |
| 354 | </Text> | 354 | </Text> |
| 355 | ) : null} | 355 | ) : null} |
| 356 | - <Image | 356 | + {/* <Image |
| 357 | style={styles.itemRightImg} | 357 | style={styles.itemRightImg} |
| 358 | source={require("../../assets/Mine/rightArrow_gray.png")} | 358 | source={require("../../assets/Mine/rightArrow_gray.png")} |
| 359 | - /> | 359 | + /> */} |
| 360 | </View> | 360 | </View> |
| 361 | </TouchableOpacity> | 361 | </TouchableOpacity> |
| 362 | {/* 公司 */} | 362 | {/* 公司 */} |
-
Please register or login to post a comment