parent
9007ed845a
commit
cb6c7d393b
|
@ -202,6 +202,9 @@ function this.RefreshRankInfo()
|
||||||
end
|
end
|
||||||
this.rank.text="排名:"..myRank
|
this.rank.text="排名:"..myRank
|
||||||
this.power.text=myRankInfo.personInfo.totalForce
|
this.power.text=myRankInfo.personInfo.totalForce
|
||||||
|
|
||||||
|
-- 刷新奖励显示
|
||||||
|
this.RefreshReward()
|
||||||
end
|
end
|
||||||
|
|
||||||
-- 刷新奖励信息
|
-- 刷新奖励信息
|
||||||
|
@ -382,7 +385,6 @@ function this.ShowRewardBoxProgressData()
|
||||||
elseif state == 2 then
|
elseif state == 2 then
|
||||||
NetManager.TakeArenaBattleRewardRequest(i, function(msg)
|
NetManager.TakeArenaBattleRewardRequest(i, function(msg)
|
||||||
UIManager.OpenPanel(UIName.RewardItemPopup, msg.drop, 1,function ()
|
UIManager.OpenPanel(UIName.RewardItemPopup, msg.drop, 1,function ()
|
||||||
this.RefreshReward()
|
|
||||||
this.ShowRewardBoxProgressData()
|
this.ShowRewardBoxProgressData()
|
||||||
CheckRedPointStatus(RedPointType.Arena_Reward)
|
CheckRedPointStatus(RedPointType.Arena_Reward)
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in New Issue