From d2ab50c096599b86634bf31063f2972ae9413fd1 Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Wed, 31 Mar 2021 11:20:45 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=89=B9=E6=9D=83=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=91=E5=85=AC=E4=BC=9A=E6=BC=8F=E6=8F=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Guild/GuildMainCityPanel.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/GuildMainCityPanel.lua b/Assets/ManagedResources/~Lua/Modules/Guild/GuildMainCityPanel.lua index 7ba931970c..5babc1f868 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/GuildMainCityPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/GuildMainCityPanel.lua @@ -293,9 +293,9 @@ function GuildMainCityPanel:OnShow() end function this:OnSortingOrderChange() - if this.playerHead then - this.playerHead:SetLayer(self.sortingOrder) - end + -- if this.playerHead then + -- this.playerHead:SetLayer(self.sortingOrder) + -- end if this.playerInfoView then this.playerInfoView:SetLayer(self.sortingOrder) end @@ -537,7 +537,7 @@ function GuildMainCityPanel:OnDestroy() SubUIManager.Close(this.ChatTipView) SubUIManager.Close(this.UpView) SubUIManager.Close(this.BtView) - SubUIManager.Close(this.playerHead) + -- SubUIManager.Close(this.playerHead) -- 移除红点 for type, data in pairs(_GuildBuildConfig) do if data.btnName then @@ -551,7 +551,7 @@ function GuildMainCityPanel:OnDestroy() -- 清除红点 ClearRedPointObject(RedPointType.Guild_RedPacket, this.btnRedPacketRedPoint) - this.playerHead = nil + -- this.playerHead = nil if this.LiveGO then poolManager:UnLoadLive(this.LiveName,this.LiveGO)