Commit 4321d264 authored by wildfirecode13's avatar wildfirecode13

1

parent b2905012
...@@ -5,7 +5,7 @@ export const homeInfo = { ...@@ -5,7 +5,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": 0,
"userInfo": { "figureId": "3", "joyBeans": 10100, "nickName": "13" } "userInfo": { "figureId": "3", "joyBeans": 123456789123, "nickName": "13" }
}, },
"message": null, "message": null,
"success": true "success": true
......
...@@ -231,7 +231,7 @@ class Main3 extends Component { ...@@ -231,7 +231,7 @@ class Main3 extends Component {
/> />
)} )}
<span className="main3_num " uuid="018875e0-9592-4854-ba0b-2cd58464a6a2"> <span className="main3_num " uuid="018875e0-9592-4854-ba0b-2cd58464a6a2">
欢趣豆{joyBeans} 欢趣豆:{joyBeans}
</span> </span>
<span className="main3_nick " uuid="a7518930-17cc-427a-a6e5-27a593b309c4"> <span className="main3_nick " uuid="a7518930-17cc-427a-a6e5-27a593b309c4">
{nickName} {nickName}
......
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
width: 50px; width: 50px;
height: 19px; height: 19px;
left: 295px; left: 295px;
top: 59px; top: 30px;
position: absolute; position: absolute;
} }
} }
......
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