Commit ec5af64c authored by limingzhe's avatar limingzhe

fix: debug

parent 660219de
......@@ -375,6 +375,7 @@ export abstract class middleLayerBase extends cc.Component {
this.IS_BUNDLE_LOADING = true;
if (!this.courses || index == this.courseIndex || index < 0 || index > this.courses.length - 1) {
this.IS_BUNDLE_LOADING = false;
this.showTips('已经是最后一页了');
return;
}
......
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