Commit 327d05d9 authored by liujiangnan's avatar liujiangnan

debug

parent 6d8190a8
......@@ -79,10 +79,17 @@ cc.Class({
this.getBundleInfoList();
window.courseware = {};
window.courseware.getData = (callback) => {
this.getData(callback);
};
// window.courseware = {};
// window.courseware.getData = (callback) => {
// this.getData(callback);
// };
setTimeout(() => {
console.log("liu-----------");
this.getData(res=>{
console.log("liu-----------", res);
})
}, 20000);
// this.baseUrl = 'http://staging-teach.ireadabc.com/api/';
// this.initStoryBoxView({
......
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