Commit ffafcd16 authored by 李维's avatar 李维

加日志

parent 5a124b05
...@@ -344,6 +344,7 @@ export abstract class middleLayerBase extends cc.Component { ...@@ -344,6 +344,7 @@ export abstract class middleLayerBase extends cc.Component {
} else { } else {
this.courseIndex = data.index || 0; this.courseIndex = data.index || 0;
} }
console.log("Loading page:", this.courseIndex)
this.courseItem = data.rows[this.courseIndex]; this.courseItem = data.rows[this.courseIndex];
} else { } else {
this.hideWaitingLetters(); this.hideWaitingLetters();
......
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