Commit dd36cc2e authored by liujiangnan's avatar liujiangnan

fix: 单词写错了

parent 95d1cd7c
...@@ -106,7 +106,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -106,7 +106,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
const b = e.currentTarget; const b = e.currentTarget;
const lock = cc.find('icon_key', b); const lock = cc.find('icon_key', b);
const syllabusId = b.data_id; const syllabusId = b.data_id;
const forderId = b.data_pid; const folderId = b.data_pid;
if (!syllabusId) { if (!syllabusId) {
this.showTips("未解锁 [101]"); this.showTips("未解锁 [101]");
...@@ -120,7 +120,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -120,7 +120,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
const middleLayer = cc.find('middleLayer'); const middleLayer = cc.find('middleLayer');
if (middleLayer) { if (middleLayer) {
middleLayer.getComponent('middleLayer').setData('NJ_MonkyTree_Son', { middleLayer.getComponent('middleLayer').setData('NJ_MonkyTree_Son', {
forderId, folderId,
syllabusId, syllabusId,
}); });
} }
......
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