From acccd99660e00f337ba1d3359a4a5d6cc1232733 Mon Sep 17 00:00:00 2001 From: chenxi Date: Fri, 9 Jun 2023 19:00:54 +0800 Subject: [PATCH] =?UTF-8?q?adjust=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/common/pay_manager.lua | 1 + lua/app/module/login/login_manager.lua | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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