From ec14c83c41837df807891d3b1153c26a118a6970 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <419983115@qq.com> Date: Thu, 28 Nov 2024 14:25:50 +0800 Subject: [PATCH] 1 --- .../~Lua/Modules/JumpServer/JumpServerHightLadderPanel.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerHightLadderPanel.lua b/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerHightLadderPanel.lua index 35cd5c9376..7e2bda8711 100644 --- a/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerHightLadderPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerHightLadderPanel.lua @@ -321,7 +321,7 @@ function this.ShowSingleData(go, data, i) Util.GetGameObject(go, "playerInfo/warPower/powerBtn/value"):GetComponent("Text").text = data.personInfo .totalForce Util.GetGameObject(go, "playerInfo/warPower/Text"):GetComponent("Text").text = Language[10286] .. - data.personInfo.rank .. Language[11652] + data.personInfo.rank --.. Language[11652] local live = Util.GetGameObject(go, "playerInfo/live") this.LocadPersonInfoLive(go, data.personInfo, live.transform) --NameManager.roleSex sdBtnRedPoint:SetActive(JumpServerManager.GetCanBattleCount() > 0 and enterable) @@ -381,7 +381,7 @@ function this.ShowSingleData(go, data, i) Util.GetGameObject(go, "playerInfo/warPower/powerBtn/value"):GetComponent("Text").text = data.personInfo .totalForce Util.GetGameObject(go, "playerInfo/warPower/Text"):GetComponent("Text").text = Language[10286] .. - data.personInfo.rank .. Language[11652] + data.personInfo.rank --.. Language[11652] local live = Util.GetGameObject(go, "playerInfo/live") this.LocadPersonInfoLive(go, data.personInfo, live.transform) sdBtnRedPoint:SetActive(not data.hadProud)