H5自定义事件里面上传的参数在哪里查看
Mm*
发布于 7 个月前
193877来自广东省移动统计 U-App
Vue.prototype.buryPoint = function(api,eventType='CLK',action='aplus.record',eventParams={}){
const {aplus_queue} = window;
aplus_queue.push({
action,
arguments: [api,eventType,eventParams]
});
}
eventParams:{a:1,b:2,c:3}