From 9cc8f3f178f54b517d97175f9ae484edd400b841 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <419983115@qq.com> Date: Wed, 20 Nov 2024 17:00:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87=E7=B4=A2?= =?UTF-8?q?=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Popup/RewardItemPopup.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemPopup.lua index 4c599407d5..6d8065ed1e 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemPopup.lua @@ -416,8 +416,8 @@ function this.ChallengeCopyShow() progressBar.fillAmount = t end), data[2], 0.5):SetEase(Ease.Linear) - local scoreTextArr = { "chall_score_lianghao", "chall_score_youxiu", "chall_score_shishi", "chall_score_chuanshuo", - "chall_score_shenhua" } + local scoreTextArr = { "chall_score_lianghao_zh", "chall_score_youxiu_zh", "chall_score_shishi_zh", "chall_score_chuanshuo_zh", + "chall_score_shenhua_zh" } local scoreImageArr = { "r_hero_tujian_lianghao", "r_hero_tujian_youxiu_zh", "r_hero_tujian_shishi_zh", "r_hero_tujian_chuanshuo_zh", "r_hero_tujian_shenhua_zh" } local scoreText = Util.GetGameObject(this.challengeInfo, "layout/progressBg/scoreText")