Commit 66bc53f0 authored by 张华挺's avatar 张华挺

getLogItem

parent b33b2737
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -8,7 +8,7 @@ export const getlogItem = (i, dom = null) =>{ ...@@ -8,7 +8,7 @@ export const getlogItem = (i, dom = null) =>{
const Dpm = Buried.connectDpm(110, i, 1); // 点击埋点 const Dpm = Buried.connectDpm(110, i, 1); // 点击埋点
const Dcm = Buried.connectDcm(202, 0, 0); // 曝光埋点 const Dcm = Buried.connectDcm(202, 0, 0); // 曝光埋点
if (dom) dom = `${dom}.0.0.0` if (dom) dom = `${dom}.0.0.0`
return Buried.createExposure(Dpm, Dcm, null, dom); return Buried.createExposure(Dpm, Dcm, undefined, dom);
} }
window['Main'] = Main; window['Main'] = Main;
......
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