Commit 602c886e authored by liujiangnan's avatar liujiangnan

fix

parent 3a18b162
...@@ -62,7 +62,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -62,7 +62,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
cc.find(`ready`,itemClone).active = false; cc.find(`ready`,itemClone).active = false;
cc.find(`score`,itemClone).active = true; cc.find(`score`,itemClone).active = true;
cc.find(`score`,itemClone).getComponent(cc.Label).string = row.score; cc.find(`score`,itemClone).getComponent(cc.Label).string = row.score;
await this.drawNickName(itemClone, JSON.parse(row.nickObj)); await this.drawNickName(itemClone, JSON.parse(row.nick_name));
} }
} else { } else {
this.rankpage.active = false; this.rankpage.active = 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