【战力冲刺】提交

dev_chengFeng
张彪 2022-03-07 16:10:46 +08:00
parent 22514fe5f7
commit 3ffdee3acb
1 changed files with 3 additions and 3 deletions

View File

@ -854,11 +854,11 @@ function this.GetPowerRicePower(func)
RankingManager.InitData(RANK_TYPE.POWER_RICE,function () RankingManager.InitData(RANK_TYPE.POWER_RICE,function ()
local allRankData,myRankData = RankingManager.GetRankingInfo() local allRankData,myRankData = RankingManager.GetRankingInfo()
this.powerRicePower = myRankData.param1 this.powerRicePower = myRankData.param1
end,0)
end
if func then if func then
func() func()
end end
end,0)
end
end end
function this.PowerRiceRedCheck() function this.PowerRiceRedCheck()
local data = this.GetData(ActivityTypeDef.PowerRice) local data = this.GetData(ActivityTypeDef.PowerRice)