【竞技场】添加挑战次数显示,修复挑战后奖励显示不刷新的问题

dev_chengFeng
JieLing 2020-10-20 02:31:13 +08:00
parent 94b5898ba0
commit 534ee58f6a
1 changed files with 2 additions and 1 deletions

View File

@ -382,6 +382,7 @@ 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)
@ -391,7 +392,7 @@ function this.ShowRewardBoxProgressData()
end
end
this.progressImage.fillAmount = allNums/maxNum
this.progressTipText.text = Language[12204]
this.progressTipText.text = "赛季挑战:"..allNums..""
end
-- 层级改变回调
local orginLayer = 0