mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
完美
This commit is contained in:
@@ -27,7 +27,7 @@ export class MainView extends JNGLayerBase {
|
||||
|
||||
//更新UI界面
|
||||
onUpdateView(){
|
||||
this.playerNameLabel.string = PlayerData.getIns().getInfo().playerName;
|
||||
this.playerNameLabel.string = `${PlayerData.getIns().getInfo().playerId}`;
|
||||
}
|
||||
|
||||
//打开Demo页面
|
||||
|
Reference in New Issue
Block a user