Commit 69a041ba authored by limingzhe's avatar limingzhe

fix: debug

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