Showing
2 changed files
with
4 additions
and
4 deletions
| @@ -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