Commit 61d5a30a authored by limingzhe's avatar limingzhe

fix: debug

parent f1258086
......@@ -477,14 +477,14 @@ cc.Class({
}, 3000);
if (window?.courseware?.modifyVideoSpeed) {
console.log('has modifyVideoSpeed');
window.courseware.modifyVideoSpeed(
{
speed: 2
}
);
}
// if (window?.courseware?.modifyVideoSpeed) {
// console.log('has modifyVideoSpeed');
// window.courseware.modifyVideoSpeed(
// {
// speed: 2
// }
// );
// }
},
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