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)
BIReport:postPayUIShow(BIReport.GIFT_TYPE.GOLD_PIG)
end
function GoldPigUI:initSpine()

View File

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

View File

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