From a7e91e90290ea28875065f4c811b60b60b80ced2 Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Thu, 23 May 2024 19:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8A=E5=A4=A9=E5=8E=BB=E6=8E=89=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua b/Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua index 3f7ab771db..e1ad15a093 100644 --- a/Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua @@ -222,7 +222,7 @@ function this.OnTabChange(index, lastIndex) this.input:SetActive(true) this.noInputTip:SetActive(false) --其他渠道及本地 - elseif VipManager.GetChargedNum()>=285 then + elseif VipManager.GetChargedNum()>=0 then this.input:SetActive(true) this.noInputTip:SetActive(false) else