Commit b7cd1374 authored by liujiangnan's avatar liujiangnan

feat: 提示

parent 7d0ad302
...@@ -159,7 +159,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -159,7 +159,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