Commit 29a39742 authored by limingzhe's avatar limingzhe

fix: debug

parent 69a041ba
......@@ -666,7 +666,7 @@
"__id__": 14
},
"_children": [],
"_active": false,
"_active": true,
"_components": [
{
"__id__": 16
......@@ -792,7 +792,7 @@
"node": {
"__id__": 15
},
"_enabled": false,
"_enabled": true,
"_defaultClip": {
"__uuid__": "54ee375a-90c4-4a88-aed8-5205e6759913"
},
......
......@@ -277,17 +277,12 @@ 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`;
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