【战力冲刺】提交
parent
22514fe5f7
commit
3ffdee3acb
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue