diff --git a/Assets/ManagedResources/~Lua/Modules/Arena/View/ArenaView.lua b/Assets/ManagedResources/~Lua/Modules/Arena/View/ArenaView.lua index de506eebfc..ad04808bf3 100644 --- a/Assets/ManagedResources/~Lua/Modules/Arena/View/ArenaView.lua +++ b/Assets/ManagedResources/~Lua/Modules/Arena/View/ArenaView.lua @@ -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)