Commit f0d07c0d authored by tttal's avatar tttal

Update local.js

parent 80a7f45c
......@@ -28,7 +28,7 @@ cc.Class({
},
init_data() {
try {
cc.find('Canvas').active = false;
// cc.find('Canvas').active = false;
window.courseware.getData(function (res) {
this.data = res;
cc.find('Canvas').active = 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