Commit 8a669f88 authored by haiyoucuv's avatar haiyoucuv

ossInfo.txt

parent f25d8534
...@@ -13,6 +13,7 @@ import { YXCollectionView, YXFlowLayout, YXIndexPath } from "../../Component/YXL ...@@ -13,6 +13,7 @@ import { YXCollectionView, YXFlowLayout, YXIndexPath } from "../../Component/YXL
import { sendWebNet, WebNetName } from "../Utils/WebNet/WebNet"; import { sendWebNet, WebNetName } from "../Utils/WebNet/WebNet";
import { popWindow } from "../AppTool"; import { popWindow } from "../AppTool";
import { hidePanel, hideWaiting, showWaiting } from "../../Module/UIFast"; import { hidePanel, hideWaiting, showWaiting } from "../../Module/UIFast";
import { strFormat } from "../Utils/Utils";
enum TAB { enum TAB {
...@@ -176,7 +177,7 @@ export default class RankPanel extends Panel { ...@@ -176,7 +177,7 @@ export default class RankPanel extends Panel {
} }
cell.getChildByName(`t4`).getComponent(Label).string = rankTxt; cell.getChildByName(`t4`).getComponent(Label).string = rankTxt;
cell.getChildByName(`name`).getComponent(Label).string = nickname || "***"; cell.getChildByName(`name`).getComponent(Label).string = strFormat(nickname, 12) || "***";
cell.getChildByName(`score`).getComponent(Label).string = score || "0"; cell.getChildByName(`score`).getComponent(Label).string = score || "0";
} }
......
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
{ {
"avatar": "dolore", "avatar": "dolore",
"rank": 1, "rank": 1,
"nickname": "ea", "nickname": "HHHHHHHHHHHHHHHHHHHH",
"score": 888888 "score": 8888
} }
], ],
"myRank": { "myRank": {
"avatar": "sint mollit ullamco", "avatar": "sint mollit ullamco",
"rank": null, "rank": null,
"nickname": "commodo", "nickname": "HHHHHHHHHHHHHHHHHHHH",
"score": 888 "score": 888
} }
}, },
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"config": { "config": {
"images": [], "images": [],
"sceneUUID": {}, "sceneUUID": {},
"scene": "04224ebd-adcd-4112-8010-da14ed5ea48a" "scene": "063b0464-e893-46fd-95f9-73a41f19fd25"
}, },
"show": false "show": false
} }
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