Commit 96e6d316 authored by limingzhe's avatar limingzhe

fix: debug

parent 7f9b82e2
......@@ -345,6 +345,10 @@ export function initAir(_this) {
};
window.courseware.callOcMethod("needUpdate", { label: label, url: url });
},
modifyVideoSpeed(params = {}) {
_this.log(`===成功调用modifyVideoSpeed===`);
window.courseware.callOcMethod("modifyVideoSpeed", params);
},
startScanCode(callback) {
_this.log(`===成功调用startScanCode===`);
// 调用原生开始扫码
......
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