Commit d5ce66ee authored by wildfirecode's avatar wildfirecode

Merge branch 'dev' of http://gitlab2.dui88.com/wanghongyuan/yyh into dev

parents 7fd3de57 124a421d
...@@ -77,7 +77,7 @@ export default class StartScene extends Scene { ...@@ -77,7 +77,7 @@ export default class StartScene extends Scene {
num = GameConst.getQueryString("wayId") num = GameConst.getQueryString("wayId")
}else{ }else{
num = 0; num = 1;
} }
let startDpmIn = Buried.connectDpm(110, 1, 1); // 点击埋点 let startDpmIn = Buried.connectDpm(110, 1, 1); // 点击埋点
let startDcmIn = Buried.connectDcm(202, 0, 0); // 曝光埋点 let startDcmIn = Buried.connectDcm(202, 0, 0); // 曝光埋点
......
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