聊天限制修改

china/dev_fengTi
wangzhenxing 2023-08-04 16:28:28 +08:00
parent 6d82c9d02d
commit 9b7edc9908
1 changed files with 3 additions and 3 deletions

View File

@ -218,7 +218,7 @@ function this.OnTabChange(index, lastIndex)
LogError("VipManager.GetChargedNum()=="..VipManager.GetChargedNum()) LogError("VipManager.GetChargedNum()=="..VipManager.GetChargedNum())
--ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.CHAT) --ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.CHAT)
--xiao7 渠道 --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.input:SetActive(true)
this.noInputTip:SetActive(false) this.noInputTip:SetActive(false)
--其他渠道及本地 --其他渠道及本地
@ -229,9 +229,9 @@ function this.OnTabChange(index, lastIndex)
this.input:SetActive(false) this.input:SetActive(false)
this.noInputTip:SetActive(true) this.noInputTip:SetActive(true)
if chanel and chanel=="XQDC" then if chanel and chanel=="XQDC" then
this.noInputTip:GetComponent("Text").text = "折扣后实际充值100元可发言" this.noInputTip:GetComponent("Text").text = "折扣后实际充值50元可发言"
else else
this.noInputTip:GetComponent("Text").text = "充值6元可发言" this.noInputTip:GetComponent("Text").text = "折扣后实际充值100元可发言"
end end
end end