聊天限制价格修改
parent
4f3b02892f
commit
df5ee89ab4
|
|
@ -222,7 +222,7 @@ function this.OnTabChange(index, lastIndex)
|
||||||
this.input:SetActive(true)
|
this.input:SetActive(true)
|
||||||
this.noInputTip:SetActive(false)
|
this.noInputTip:SetActive(false)
|
||||||
--其他渠道及本地
|
--其他渠道及本地
|
||||||
elseif VipManager.GetChargedNum()>=10000 then
|
elseif VipManager.GetChargedNum()>=285 then
|
||||||
this.input:SetActive(true)
|
this.input:SetActive(true)
|
||||||
this.noInputTip:SetActive(false)
|
this.noInputTip:SetActive(false)
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue