Commit 04293ffa authored by wildfirecode13's avatar wildfirecode13

1

parent 5a1a528f
...@@ -4,7 +4,7 @@ export const homeInfo = { ...@@ -4,7 +4,7 @@ export const homeInfo = {
{ {
"canUpdateNickName": false, "canUpdateNickName": false,
"figures": [{ "figureId": "1" }, { "figureId": "2" }, { "figureId": "3" }], "figures": [{ "figureId": "1" }, { "figureId": "2" }, { "figureId": "3" }],
"newUser": 0, "newUser": 1,
"userInfo": { "figureId": "3", "joyBeans": 10100, "nickName": "13" } "userInfo": { "figureId": "3", "joyBeans": 10100, "nickName": "13" }
}, },
"message": null, "message": null,
......
...@@ -14,7 +14,7 @@ class Select extends Component { ...@@ -14,7 +14,7 @@ class Select extends Component {
resList: resList, resList: resList,
nshowidx:2, nshowidx:2,
changed:false, changed:false,
selected:false selected:true
}; };
} }
...@@ -236,7 +236,7 @@ class Select extends Component { ...@@ -236,7 +236,7 @@ class Select extends Component {
src={this.state.resList['a4412ebd-65be-4908-8894-b0aea8cbd4cf'].url} src={this.state.resList['a4412ebd-65be-4908-8894-b0aea8cbd4cf'].url}
onClick={this.changeShowRole.bind(this,"left")} onClick={this.changeShowRole.bind(this,"left")}
/> />
<input className="planame" type="text" placeholder="请输入昵称(不超过六字)" ref="planame" /> <input onChange={()=>{this.setState({selected:false})}} className="planame" type="text" placeholder="请输入昵称(不超过六字)" ref="planame" />
</div> </div>
); );
} }
......
...@@ -113,9 +113,9 @@ class Loading extends Component { ...@@ -113,9 +113,9 @@ class Loading extends Component {
} }
} }
this.props.navigateTo('mainpage', { // this.props.navigateTo('mainpage', {
isnewUser, // isnewUser,
}); // });
} }
render() { render() {
......
.loading { .loading {
// width: 750px; width: 750px;
// height: 1624px; height: 1624px;
// position: absolute; // position: absolute;
.loading_bg { .loading_bg {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment