bi
This commit is contained in:
parent
418390a920
commit
0c8613fd6c
@ -664,10 +664,8 @@ function BIReport:postPayGet(giftType, id, rechargeId, orderId, originOrderId, b
|
||||
local args = {
|
||||
gift_type = giftType,
|
||||
commodity_id = id,
|
||||
-- commodity_state = payDouble,
|
||||
-- commodity_item = itemStr,
|
||||
buy_num = buyNum,
|
||||
origin_order_id_new = tostring(originOrderId),
|
||||
origin_order_id = tostring(originOrderId),
|
||||
recharge_id = rechargeId,
|
||||
event_type = BIReport.PAY_OPT_TYPE.REWARD,
|
||||
}
|
||||
|
||||
@ -44,7 +44,6 @@ function BuyVitUI:onLoadRootComplete()
|
||||
ModuleManager.CommerceManager:onBuyVit(false)
|
||||
end)
|
||||
self.buyBtn2:addClickListener(function()
|
||||
BIReport:postAdClick(BIReport.ADS_CLICK_TYPE.AD_ENERGY)
|
||||
SDKManager:showFullScreenAds(BIReport.ADS_CLICK_TYPE.AD_ENERGY, function ()
|
||||
ModuleManager.CommerceManager:onBuyVit(true)
|
||||
end)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user