From 534ee58f6ad25f2f03b651ccb2afbaeb4a7ce968 Mon Sep 17 00:00:00 2001 From: JieLing Date: Tue, 20 Oct 2020 02:31:13 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=AB=9E=E6=8A=80=E5=9C=BA=E3=80=91?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8C=91=E6=88=98=E6=AC=A1=E6=95=B0=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=EF=BC=8C=E4=BF=AE=E5=A4=8D=E6=8C=91=E6=88=98=E5=90=8E?= =?UTF-8?q?=E5=A5=96=E5=8A=B1=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Arena/View/ArenaView.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Arena/View/ArenaView.lua b/Assets/ManagedResources/~Lua/Modules/Arena/View/ArenaView.lua index dc5f6a4895..de506eebfc 100644 --- a/Assets/ManagedResources/~Lua/Modules/Arena/View/ArenaView.lua +++ b/Assets/ManagedResources/~Lua/Modules/Arena/View/ArenaView.lua @@ -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