From 101c79640d8d35cf66d6e1e1f1331543752fdff4 Mon Sep 17 00:00:00 2001 From: JieLing Date: Wed, 30 Jun 2021 15:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=85=AC=E5=91=8A=E3=80=91=E6=8F=90?= =?UTF-8?q?=E5=AE=A1=E6=9C=8D=E4=B9=9F=E8=A6=81=E6=98=BE=E7=A4=BA=E5=85=AC?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua b/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua index f88a062222..7a6399580b 100644 --- a/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua @@ -305,7 +305,7 @@ end function this.CheckNoticeShow() -- 判断公告显示 - IsShowNotice = SERVER_VERSION == 0 -- 正式服显示公告 + IsShowNotice = true--SERVER_VERSION == 0 -- 正式服显示公告 this.btnNotice:SetActive(IsShowNotice) end -- 打开公告界面