Commit 3e70bfcb authored by liujiangnan's avatar liujiangnan

feat: 提示信息

parent 60b08e1f
...@@ -160,7 +160,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -160,7 +160,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
return; return;
} }
if (row.locked) { if (row.locked) {
middleLayerComponent.showTips("未解锁"); middleLayerComponent.showTips("为了保障拼读达人的学习效果,请按顺序学习哦!");
return; return;
} }
if (i == 0) { if (i == 0) {
......
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