diff --git a/assets/wordgame_syllabus/scene/wordgame_syllabus.ts b/assets/wordgame_syllabus/scene/wordgame_syllabus.ts
index ce0120e45f4fc41aeb99550f7f186c71944014d3..c004da541a9e0849f3685cae640a4e6d238c02c4 100644
--- a/assets/wordgame_syllabus/scene/wordgame_syllabus.ts
+++ b/assets/wordgame_syllabus/scene/wordgame_syllabus.ts
@@ -62,7 +62,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
                 cc.find(`ready`,itemClone).active = false;
                 cc.find(`score`,itemClone).active = true;
                 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 {
             this.rankpage.active = false;