Commit f0d07c0d authored by tttal's avatar tttal

Update local.js

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