Commit 84697bfa authored by liujiangnan's avatar liujiangnan

fix: 解锁提示

parent c72565af
......@@ -116,7 +116,8 @@ export default class SceneComponent extends MyCocosSceneComponent {
middleLayerComponent.loadOnlineBundle('NJ_MonkyTree');
}
} else {
this.showTips(`请先完成拼读天地第${idx+1}级别的学习才能解锁哦!`);
const levelTexts = ["","","","",""];
this.showTips(`完成拼读天地第${levelTexts[idx]}级别的学习才能解锁哦!`);
}
});
} else {
......
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