Merge branch 'dev' of git.juzugame.com:b6-client/b6-lua into dev

This commit is contained in:
CloudJ 2023-06-06 17:51:23 +08:00
commit f4b2f6d32c
3 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,8 @@ function GoldPigUI:onLoadRootComplete()
end end
end end
end) end)
BIReport:postPayUIShow(BIReport.GIFT_TYPE.GOLD_PIG)
end end
function GoldPigUI:initSpine() function GoldPigUI:initSpine()

View File

@ -58,6 +58,8 @@ function BountyMainUI:onLoadRootComplete()
self:updateTime() self:updateTime()
end, 1) end, 1)
self:updateTime() self:updateTime()
BIReport:postPayUIShow(BIReport.GIFT_TYPE.BOUNTY)
end end
function BountyMainUI:initTitle() function BountyMainUI:initTitle()

View File

@ -65,6 +65,7 @@ function GrowthFundUI:onLoadRootComplete()
self:initPayBtns() self:initPayBtns()
self:initRewards() self:initRewards()
self:bindData() self:bindData()
BIReport:postPayUIShow(BIReport.GIFT_TYPE.GROWTH_FUND)
end end
function GrowthFundUI:initTitle() function GrowthFundUI:initTitle()