Commit 5ab6f899 authored by zjz1994's avatar zjz1994

新增体力抽奖的埋点

parent 75bf3fbe
......@@ -55,6 +55,9 @@ export default class BloodPanel extends Panel {
showcj = true;
}
}
if(showcj){
NetManager.ins.showLog(getlogItem(44));
}
//显示条数
var tipnum:number = 3;
//有无按钮
......@@ -177,6 +180,7 @@ export default class BloodPanel extends Panel {
}
onChouJiang(){
NetManager.ins.clickLog(getlogItem(44));
this["choujiangbtn"].enabled = false;
loadSvga(getResPath() + 'resource/assets/svgas/turntable.svga').then(async (mv: any) => {
// await wait(100);
......
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