Commit 2e322167 authored by 李维's avatar 李维

修复loadend报错

parent bb6a3fd4
...@@ -512,7 +512,7 @@ cc.Class({ ...@@ -512,7 +512,7 @@ cc.Class({
console.log(" in addServerListener"); console.log(" in addServerListener");
const c = window.courseware; const c = window.courseware;
this.loadEnd(); // this.loadEnd(()=>{});
if (!c) { if (!c) {
return; 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