Commit 8e498334 authored by liujiangnan's avatar liujiangnan

debug

parent bbb14568
...@@ -338,9 +338,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -338,9 +338,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
if (index == 0 || ( this.kidInfo && this.kidInfo.unlock_syllabuses?.includes(lesson.id+"") && (index-0) % 3 === 0)) { if (index == 0 || ( this.kidInfo && this.kidInfo.unlock_syllabuses?.includes(lesson.id+"") && (index-0) % 3 === 0)) {
lock.active = false; lock.active = false;
const { parent } = b; const outline = this.drawTextBorder(pname, b.name);
const pa = parent.getComponent('Attributes');
const { outline } = this.drawTextBorder(pname, b.name);
const name = lesson.name; const name = lesson.name;
const richText = titleNode.getComponent(cc.RichText); const richText = titleNode.getComponent(cc.RichText);
......
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