From 2d7197298e7ce147e8c073e89ead5960ab36e835 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Wed, 4 Nov 2020 04:05:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B4=AF=E8=AE=A1=E5=85=85=E5=80=BC=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= 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, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Expert/ExpertPanel.lua b/Assets/ManagedResources/~Lua/Modules/Expert/ExpertPanel.lua index 3ae44eb2f4..a504874a88 100644 --- a/Assets/ManagedResources/~Lua/Modules/Expert/ExpertPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Expert/ExpertPanel.lua @@ -437,7 +437,7 @@ function ExpertPanel:RefreshActivityShow() if tempId then local config = ConfigManager.GetConfigData(ConfigName.GlobalActivity,tempId) if config.ShowArt == 1 then - tabBtns[7]:SetActive(context.status == 1) + tabBtns[7]:SetActive(true) else tabBtns[7]:SetActive(false) end