From 5258dddfd4bc3959a8b6bdb99d0038dfca2c762e Mon Sep 17 00:00:00 2001 From: "DESKTOP-MMO982B\\User" <752966621@qq.com> Date: Sun, 8 Sep 2024 01:04:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=A8=80=E6=9D=A1=E4=BB=B6=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/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 d6e0e25d69..ac036d7898 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()>=10000 and chanel and (chanel=="ZZXX" or chanel=="ZZXXXQ" )or FightPointPassManager.IsFightPointPass(2141) then + if VipManager.GetChargedNum()>=10000 and chanel and (chanel=="ZZXX" or chanel=="ZZXXXQ" )or FightPointPassManager.IsFightPointPass(15151) then this.input:SetActive(true) this.noInputTip:SetActive(false) --其他渠道及本地 - elseif VipManager.GetChargedNum()>=10000 or FightPointPassManager.IsFightPointPass(2141) then + elseif VipManager.GetChargedNum()>=10000 or FightPointPassManager.IsFightPointPass(15151) then this.input:SetActive(true) this.noInputTip:SetActive(false) else this.input:SetActive(false) this.noInputTip:SetActive(true) if chanel and (chanel=="ZZXX" or chanel=="ZZXXXQ" )then - this.noInputTip:GetComponent("Text").text = "累计真实充值100元 或 通关2-14副本才可发言" + this.noInputTip:GetComponent("Text").text = "累计真实充值100元 或 通关15-15副本才可发言" else - this.noInputTip:GetComponent("Text").text = "累计真实充值100元 或 通关2-14副本才可发言" + this.noInputTip:GetComponent("Text").text = "累计真实充值100元 或 通关15-15副本才可发言" end end