diff --git a/lua/app/common/pay_manager.lua b/lua/app/common/pay_manager.lua index f907bde9..abb4a93f 100644 --- a/lua/app/common/pay_manager.lua +++ b/lua/app/common/pay_manager.lua @@ -187,6 +187,7 @@ function PayManager:requestRewards(purchaseToken, orderId, originOrderId, notSho if rechargeCfg then BIReport:postPurchase(rechargeCfg.price, rechargeCfg.payId, originOrderId, orderId) end + BIReport:postAdjustSimpleTrackEvent("rumq9q", {}) end -- 支付验证成功后消耗此订单 diff --git a/lua/app/module/login/login_manager.lua b/lua/app/module/login/login_manager.lua index 6aeeb8b4..b1ed2a54 100644 --- a/lua/app/module/login/login_manager.lua +++ b/lua/app/module/login/login_manager.lua @@ -19,7 +19,6 @@ end ---- 登录界面资源加载完毕后调用 function LoginManager:loginGame() -- adjust 打开应用事件识别码 - BIReport:postAdjustSimpleTrackEvent("xbszrl", {}) ModuleManager.MaincityManager:firstEnterMainCity() end