TCX_LongZhu
DESKTOP-MMO982B\User 2026-05-11 10:31:34 +08:00
parent a3c95c79d4
commit 2fc83cad8a
1 changed files with 4 additions and 4 deletions

View File

@ -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)