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