From 0091feefd8d84c2daba64340e5a66fe65c352f01 Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Fri, 17 May 2024 17:55:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8A=E5=A4=A9=E5=BC=80=E5=90=AF=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua b/Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua index bc2129f43a..6cd4dd907d 100644 --- a/Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua @@ -218,20 +218,20 @@ function this.OnTabChange(index, lastIndex) LogError("VipManager.GetChargedNum()=="..VipManager.GetChargedNum()) --ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.CHAT) --xiao7 渠道 - if VipManager.GetChargedNum()>=30 and chanel and chanel=="ZZXX" and then + if VipManager.GetChargedNum()>=30 and chanel and chanel=="ZZXX" then this.input:SetActive(true) this.noInputTip:SetActive(false) --其他渠道及本地 - elseif VipManager.GetChargedNum()>=10000 then + elseif VipManager.GetChargedNum()>=10 then this.input:SetActive(true) this.noInputTip:SetActive(false) else this.input:SetActive(false) this.noInputTip:SetActive(true) if chanel and chanel=="ZZXX" then - this.noInputTip:GetComponent("Text").text = "真实累充30元并通关 可发言" + this.noInputTip:GetComponent("Text").text = "真实累充30元可发言" else - --this.noInputTip:GetComponent("Text").text = "折扣后实际充值100元可发言" + this.noInputTip:GetComponent("Text").text = "真实累充10元可发言" end end