From 2c9d7c7224b3fef760194e16a51662f4eb2eacce Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Mon, 12 Oct 2020 14:02:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E4=B8=8A=E6=B4=BB=E5=8A=A8=20=20=20?= =?UTF-8?q?=E6=A3=AE=E7=BD=97=E5=B9=BB=E5=A2=83=20=E5=BC=95=E5=8F=91?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20=E9=99=90=E6=97=B6=E6=8A=A2=E8=B4=AD=20?= =?UTF-8?q?=E6=8A=A5=E9=94=99=20itemview=20=E6=8A=A5=E7=A9=BA=20=205=20=20?= =?UTF-8?q?4=20=E6=98=AF=E5=9C=A8=E5=88=AB=E5=A4=84=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E7=9A=84=20=E9=99=90=E6=97=B6=E6=B4=BB=E5=8A=A8=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Expert/ExpertPanel.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Expert/ExpertPanel.lua b/Assets/ManagedResources/~Lua/Modules/Expert/ExpertPanel.lua index 2920c32a44..77b9bcfcda 100644 --- a/Assets/ManagedResources/~Lua/Modules/Expert/ExpertPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Expert/ExpertPanel.lua @@ -456,6 +456,7 @@ function ExpertPanel:OnClose() --this.luckyTurn.OnClose() this.exChange.OnClose() -- this.heroStarGift:OnClose() + this.giftBuy.OnClose() this.upLvRewardGrid:OnClose() defaultIndex = activeIndext this.isPlayingLackCatAni = false @@ -495,6 +496,7 @@ function ExpertPanel:OnDestroy() -- this.heroStarGift:OnDestroy() this.upLvRewardGrid:OnDestroy() this.exChange.OnDestroy() + this.giftBuy.OnDestroy() SubUIManager.Close(this.UpView) end --获取开启的活动 和 隐藏显示按钮