Commit 29a39742 authored by limingzhe's avatar limingzhe

fix: debug

parent 69a041ba
...@@ -666,7 +666,7 @@ ...@@ -666,7 +666,7 @@
"__id__": 14 "__id__": 14
}, },
"_children": [], "_children": [],
"_active": false, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 16 "__id__": 16
...@@ -792,7 +792,7 @@ ...@@ -792,7 +792,7 @@
"node": { "node": {
"__id__": 15 "__id__": 15
}, },
"_enabled": false, "_enabled": true,
"_defaultClip": { "_defaultClip": {
"__uuid__": "54ee375a-90c4-4a88-aed8-5205e6759913" "__uuid__": "54ee375a-90c4-4a88-aed8-5205e6759913"
}, },
......
...@@ -277,17 +277,12 @@ export abstract class middleLayerBase extends cc.Component { ...@@ -277,17 +277,12 @@ 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;
let api = `api/courseware/v2/${courseId}/list`; let api = `api/courseware/v2/${courseId}/list`;
if (linkFlag === true) { if (linkFlag === true) {
......
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