【竞技场】添加挑战次数显示,修复挑战后奖励显示不刷新的问题
parent
94b5898ba0
commit
534ee58f6a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue