聊天限制价格修改

onepiece_online_and
wangzhenxing 2024-05-23 16:36:05 +08:00
parent 4f3b02892f
commit df5ee89ab4
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ function this.OnTabChange(index, lastIndex)
this.input:SetActive(true)
this.noInputTip:SetActive(false)
--其他渠道及本地
elseif VipManager.GetChargedNum()>=10000 then
elseif VipManager.GetChargedNum()>=285 then
this.input:SetActive(true)
this.noInputTip:SetActive(false)
else