Commit 1fdab196 authored by limingzhe's avatar limingzhe

fix: debug

parent 40e76ee0
...@@ -371,8 +371,12 @@ export abstract class middleLayerBase extends cc.Component { ...@@ -371,8 +371,12 @@ export abstract class middleLayerBase extends cc.Component {
this.courseIndex = data.index || 0; this.courseIndex = data.index || 0;
} }
this.courseItem = data.rows[this.courseIndex]; this.courseItem = data.rows[this.courseIndex];
console.log(" has this.courseItem : " , JSON.stringify(this.courseItem));
} else { } else {
console.log("not has this.courseItem ");
this.hideWaitingLetters(); this.hideWaitingLetters();
this.showTips(`内容还未制作`); this.showTips(`内容还未制作`);
this.IS_BUNDLE_LOADING = false; this.IS_BUNDLE_LOADING = false;
......
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