Commit 9a442f15 authored by liujiangnan's avatar liujiangnan

feat

parent ffafcd16
...@@ -238,6 +238,10 @@ export function initAir(_this) { ...@@ -238,6 +238,10 @@ export function initAir(_this) {
}; };
window.courseware.callOcMethod("getEngineInfo", {}); window.courseware.callOcMethod("getEngineInfo", {});
}, },
behaviorToCollectWithParam(event, type="") {
// 埋点所需接口 levelPayForSuccess userRegistrationEvent
window.courseware.callOcMethod("behaviorToCollectWithParam", {event, type});
},
exitApp() { exitApp() {
_this.log(`===成功调用exitApp===`); _this.log(`===成功调用exitApp===`);
window.courseware.callOcMethod("exitApp", {}); window.courseware.callOcMethod("exitApp", {});
......
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