【竞技场】修复奖励不刷新2

dev_chengFeng hotfix/xma/local/1.1.10
JieLing 2020-10-20 02:49:25 +08:00
parent 9007ed845a
commit cb6c7d393b
1 changed files with 3 additions and 1 deletions

View File

@ -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)