From 0b61953079f71f1d3684d7be2cdb977ed18f3a41 Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Tue, 2 Jan 2024 19:07:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E8=AE=AD=E6=BF=80=E6=B4=BB=E6=B6=88?= =?UTF-8?q?=E8=80=97=E8=8B=B1=E9=9B=84=E6=98=BE=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 83d8d2d4549e6990e2824b8801042f9fcd0d8c98) --- .../~Lua/Modules/RoleInfo/TrainingItemListPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/RoleInfo/TrainingItemListPanel.lua b/Assets/ManagedResources/~Lua/Modules/RoleInfo/TrainingItemListPanel.lua index 3b6fd95b56..86e11b6713 100644 --- a/Assets/ManagedResources/~Lua/Modules/RoleInfo/TrainingItemListPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/RoleInfo/TrainingItemListPanel.lua @@ -259,7 +259,7 @@ function this.OnShowSingleCardData(go,heroData)--isSelect 1选择 2 没选择 if heroData.lockState == 1 or (heroData.isFormation ~= "" and heroData.isFormation ~= Language[10410]) then else if HarmonyManager.IsChangeColor(heroData.dynamicId) then - Util.GetGameObject(go.transform, "lv/Text"):GetComponent("Text").text = ""..heroData.lv.."" + Util.GetGameObject(go.transform, "lv"):GetComponent("Text").text = ""..heroData.lv.."" GongMingMask:SetActive(true) elseif HarmonyManager:IsEnvoy(heroData.dynamicId) and HarmonyManager.GetSingleAdditionsData(HarmonyAddType.AddLv) then if HarmonyManager.GetSingleAdditionsData(HarmonyAddType.AddLv).heroTid == 0 then