Commit f1258086 authored by limingzhe's avatar limingzhe

fix: debug

parent 7a9f09f7
...@@ -476,9 +476,15 @@ cc.Class({ ...@@ -476,9 +476,15 @@ cc.Class({
cc.find(`Canvas/Controls`).active = false; cc.find(`Canvas/Controls`).active = false;
}, 3000); }, 3000);
// if (this.videoPlayer.modifyVideoSpeed) {
this.videoPlayer.modifyVideoSpeed(2); if (window?.courseware?.modifyVideoSpeed) {
// } console.log('has modifyVideoSpeed');
window.courseware.modifyVideoSpeed(
{
speed: 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