聊天限制修改提交
parent
f13bcedbfb
commit
66a32e478e
|
|
@ -218,7 +218,7 @@ function this.OnTabChange(index, lastIndex)
|
|||
LogError("VipManager.GetChargedNum()=="..VipManager.GetChargedNum())
|
||||
--ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.CHAT)
|
||||
--xiao7 渠道
|
||||
if VipManager.GetChargedNum()>=5000 and chanel and chanel=="XQDC" then
|
||||
if VipManager.GetChargedNum()>=3000 and chanel and chanel=="XQOT" then
|
||||
this.input:SetActive(true)
|
||||
this.noInputTip:SetActive(false)
|
||||
--其他渠道及本地
|
||||
|
|
@ -228,8 +228,8 @@ function this.OnTabChange(index, lastIndex)
|
|||
else
|
||||
this.input:SetActive(false)
|
||||
this.noInputTip:SetActive(true)
|
||||
if chanel and chanel=="XQDC" then
|
||||
this.noInputTip:GetComponent("Text").text = "折扣后实际充值50元可发言"
|
||||
if chanel and chanel=="XQOT" then
|
||||
this.noInputTip:GetComponent("Text").text = "折扣后实际充值30元可发言"
|
||||
else
|
||||
this.noInputTip:GetComponent("Text").text = "折扣后实际充值100元可发言"
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue