Merge branch 'dev' of git.juzugame.com:b6-client/b6-lua into dev
This commit is contained in:
commit
f4b2f6d32c
@ -71,6 +71,8 @@ function GoldPigUI:onLoadRootComplete()
|
||||
end
|
||||
end
|
||||
end)
|
||||
|
||||
BIReport:postPayUIShow(BIReport.GIFT_TYPE.GOLD_PIG)
|
||||
end
|
||||
|
||||
function GoldPigUI:initSpine()
|
||||
|
||||
@ -58,6 +58,8 @@ function BountyMainUI:onLoadRootComplete()
|
||||
self:updateTime()
|
||||
end, 1)
|
||||
self:updateTime()
|
||||
|
||||
BIReport:postPayUIShow(BIReport.GIFT_TYPE.BOUNTY)
|
||||
end
|
||||
|
||||
function BountyMainUI:initTitle()
|
||||
|
||||
@ -65,6 +65,7 @@ function GrowthFundUI:onLoadRootComplete()
|
||||
self:initPayBtns()
|
||||
self:initRewards()
|
||||
self:bindData()
|
||||
BIReport:postPayUIShow(BIReport.GIFT_TYPE.GROWTH_FUND)
|
||||
end
|
||||
|
||||
function GrowthFundUI:initTitle()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user