Commit c72565af authored by liujiangnan's avatar liujiangnan

feat: 提示优化

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