Commit 04293ffa authored by wildfirecode13's avatar wildfirecode13

1

parent 5a1a528f
......@@ -4,7 +4,7 @@ export const homeInfo = {
{
"canUpdateNickName": false,
"figures": [{ "figureId": "1" }, { "figureId": "2" }, { "figureId": "3" }],
"newUser": 0,
"newUser": 1,
"userInfo": { "figureId": "3", "joyBeans": 10100, "nickName": "13" }
},
"message": null,
......
......@@ -14,7 +14,7 @@ class Select extends Component {
resList: resList,
nshowidx:2,
changed:false,
selected:false
selected:true
};
}
......@@ -236,7 +236,7 @@ class Select extends Component {
src={this.state.resList['a4412ebd-65be-4908-8894-b0aea8cbd4cf'].url}
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>
);
}
......
......@@ -113,9 +113,9 @@ class Loading extends Component {
}
}
this.props.navigateTo('mainpage', {
isnewUser,
});
// this.props.navigateTo('mainpage', {
// isnewUser,
// });
}
render() {
......
.loading {
// width: 750px;
// height: 1624px;
width: 750px;
height: 1624px;
// position: absolute;
.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