Commit b5f9ec06 authored by liujiangnan's avatar liujiangnan

debug

parent afedbb62
......@@ -220,7 +220,7 @@ cc.Class({
getData = window.courseware.getData;
}
getData((data) => {
console.log('data:', data);
console.log('data:', JSON.stringify(data));
this.data = data || this.getDefaultData();
this.videoPlayer.remoteURL = this.data.video_url;
// this.preload()
......
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