Commit e9fbe61e authored by limingzhe's avatar limingzhe

fix: debug

parent 07674767
......@@ -371,6 +371,8 @@ export abstract class middleLayerBase extends cc.Component {
this.courseIndex = data.index || 0;
}
this.courseItem = data.rows[this.courseIndex];
console.log(" data.index: " , data.index);
console.log(" this.courseIndex: " , this.courseIndex);
console.log(" has this.courseItem : " , JSON.stringify(this.courseItem));
......
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