Commit 07674767 authored by limingzhe's avatar limingzhe

fix: debug

parent 70430863
...@@ -371,7 +371,7 @@ export abstract class middleLayerBase extends cc.Component { ...@@ -371,7 +371,7 @@ 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(" this.courseIndex: " , this.courseIndex)); console.log(" this.courseIndex: " , this.courseIndex);
console.log(" has this.courseItem : " , JSON.stringify(this.courseItem)); console.log(" has this.courseItem : " , JSON.stringify(this.courseItem));
} else { } else {
......
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