Commit 7a9f09f7 authored by limingzhe's avatar limingzhe

fix: debug

parent 04743f1e
...@@ -352,8 +352,8 @@ cc.Class({ ...@@ -352,8 +352,8 @@ cc.Class({
"name": "niao_tex.png" "name": "niao_tex.png"
} }
}, },
"video_url": data.contentObj ? data.contentObj.video_url : data.video_url, "video_url": data?.contentObj ? data.contentObj.video_url : "http://staging-teach.cdn.ireadabc.com/c8b49f6f032bd91a637df072c01ccaf7.mp4",
"article": data.contentObj ? data.contentObj.article : data.article, "article": data?.contentObj ? data.contentObj.article : "",
"audioName": "" "audioName": ""
} }
}, },
...@@ -476,9 +476,9 @@ cc.Class({ ...@@ -476,9 +476,9 @@ cc.Class({
cc.find(`Canvas/Controls`).active = false; cc.find(`Canvas/Controls`).active = false;
}, 3000); }, 3000);
if (this.videoPlayer.modifyVideoSpeed) { // if (this.videoPlayer.modifyVideoSpeed) {
this.videoPlayer.modifyVideoSpeed(2); this.videoPlayer.modifyVideoSpeed(2);
} // }
}, },
exitFullScreen() { exitFullScreen() {
......
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