Commit 61b61f71 authored by liujiangnan's avatar liujiangnan

debug

parent 8f6dce98
......@@ -447,9 +447,13 @@ cc.Class({
reWriteAir() {
window.courseware.getData = (callback) => {
let data = null;
console.log("1111111111111111111");
if (this.courseItem.data) {
console.log("2222222222222222222");
data = JSON.parse(this.courseItem.data);
console.log("333333333333333", this.courseItem.data);
}
console.log("44444444444444444");
callback && callback(data);
}
window.courseware.nextPage = () => {
......
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