Toggle navigation
Toggle navigation
This project
Loading...
Sign in
罗广聪
/
ProtectGod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
罗广聪
2017-09-29 16:45:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7e55ff1c7b546d8513e2313319aefd9bdc228919
7e55ff1c
1 parent
a5fde45e
手机号不可修改OK
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/pages/Login.js
src/pages/Mine/index.js
src/pages/Login.js
View file @
7e55ff1
src/pages/Mine/index.js
View file @
7e55ff1
...
...
@@ -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
>
{
/* 公司 */
}
...
...
Please
register
or
login
to post a comment