From 39105d8de3028b73bc2205df1c1d6e02420a0abb Mon Sep 17 00:00:00 2001 From: JieLing Date: Mon, 28 Sep 2020 15:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A9=E7=8C=BF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Formation/View/XuanYuanMirrorFormation.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Formation/View/XuanYuanMirrorFormation.lua b/Assets/ManagedResources/~Lua/Modules/Formation/View/XuanYuanMirrorFormation.lua index 7ec7c775a1..eaeba1af5e 100644 --- a/Assets/ManagedResources/~Lua/Modules/Formation/View/XuanYuanMirrorFormation.lua +++ b/Assets/ManagedResources/~Lua/Modules/Formation/View/XuanYuanMirrorFormation.lua @@ -80,7 +80,7 @@ end --- 关闭界面事件 function this.OnCloseBtnClick() - this.root.tip:SetActive(true) + this.root.tip:SetActive(false) this.root:ClosePanel() end