Commit 69a041ba authored by limingzhe's avatar limingzhe

fix: debug

parent cc493bf3
......@@ -277,12 +277,16 @@ export abstract class middleLayerBase extends cc.Component {
courseItem = null;
courseOpenTimeStamp = null;
loadOnlineCourseWare(courseId, linkFlag = false, coursewareId = null) {
console.log('aaaaa 0');
if (this.IS_BUNDLE_LOADING) {
return;
}
this.IS_BUNDLE_LOADING = true;
this.showWaitingLetters();
console.log('aaaaa 1');
return;
let api = `api/courseware/v2/${courseId}/list`;
......
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