From 2fc83cad8aebea4adef8f5597c52c6ed6f7192e9 Mon Sep 17 00:00:00 2001 From: "DESKTOP-MMO982B\\User" <752966621@qq.com> Date: Mon, 11 May 2026 10:31:34 +0800 Subject: [PATCH] 1 --- .../~Lua/Modules/Popup/PlayerInfoPopup.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua index 2a8e0db470..679e4c5919 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua @@ -209,9 +209,9 @@ function PlayerInfoPopup:InitComponent() this.btnList[2] = Util.GetGameObject(this.btnBox, "btn2") this.btnList[3] = Util.GetGameObject(this.btnBox, "btn3") --神印信息 - -- this.imprintObj = Util.GetGameObject(self.transform, "tipImage/panel/imprintInfo") - -- this.imprintGrid = Util.GetGameObject(this.imprintObj, "Imprints") - -- this.imprintPre = Util.GetGameObject(self.transform, "imprintPre") + this.imprintObj = Util.GetGameObject(self.transform, "tipImage/panel/imprintInfo") + this.imprintGrid = Util.GetGameObject(this.imprintObj, "Imprints") + this.imprintPre = Util.GetGameObject(self.transform, "imprintPre") --所有信息Obj的PreList this.InfoBtns = Util.GetGameObject(self.transform, "tipImage/panel/InfoBtns") this.InfoBtnsGrid = Util.GetGameObject(this.InfoBtns, "Grid") @@ -1007,7 +1007,7 @@ end --界面关闭时调用(用于子类重写) function PlayerInfoPopup:OnClose() - -- this.imprintObj:SetActive(false) + this.imprintObj:SetActive(false) JumpServerManager.SetCurPersonInfo(nil) if titleLive then SubUIManager.Close(titleLive)