From 9b7edc9908338cba737c485d5c12841ac61ed5c6 Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Fri, 4 Aug 2023 16:28:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8A=E5=A4=A9=E9=99=90=E5=88=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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua b/Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua index f83797df4c..0e3dd7a212 100644 --- a/Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Chat/ChatPanel.lua @@ -218,7 +218,7 @@ function this.OnTabChange(index, lastIndex) LogError("VipManager.GetChargedNum()=="..VipManager.GetChargedNum()) --ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.CHAT) --xiao7 渠道 - if VipManager.GetChargedNum()>=600 and chanel and chanel=="XQDC" then + if VipManager.GetChargedNum()>=5000 and chanel and chanel=="XQDC" then this.input:SetActive(true) this.noInputTip:SetActive(false) --其他渠道及本地 @@ -229,9 +229,9 @@ function this.OnTabChange(index, lastIndex) this.input:SetActive(false) this.noInputTip:SetActive(true) if chanel and chanel=="XQDC" then - this.noInputTip:GetComponent("Text").text = "折扣后实际充值100元可发言" + this.noInputTip:GetComponent("Text").text = "折扣后实际充值50元可发言" else - this.noInputTip:GetComponent("Text").text = "充值6元可发言" + this.noInputTip:GetComponent("Text").text = "折扣后实际充值100元可发言" end end