罗广聪

手机号不可修改OK

... ... @@ -337,11 +337,11 @@ export default class Mine extends Component {
<TouchableOpacity
style={styles.itemContainer}
onPress={() => {
if (this.state.IS_LOGIN == "yes") {
{/* if (this.state.IS_LOGIN == "yes") {
AlertIOS.prompt("更改手机", null, this.saveResponse3);
} else {
Alert.alert("请先登录账号");
}
} */}
}}
>
<View style={styles.itemLeft}>
... ... @@ -353,10 +353,10 @@ export default class Mine extends Component {
{this.state.PHONE}
</Text>
) : null}
<Image
{/* <Image
style={styles.itemRightImg}
source={require("../../assets/Mine/rightArrow_gray.png")}
/>
/> */}
</View>
</TouchableOpacity>
{/* 公司 */}
... ...