Merge branch 'tcx_xiyou_zeroOne_dev' of http://192.168.1.21:3000/root/miduo_client into tcx_xiyou_zeroOne_dev
commit
cbcbc5693d
|
@ -218,20 +218,20 @@ function this.OnTabChange(index, lastIndex)
|
|||
LogError("VipManager.GetChargedNum()=="..VipManager.GetChargedNum())
|
||||
--ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.CHAT)
|
||||
--xiao7 渠道
|
||||
if VipManager.GetChargedNum()>=100 and chanel and (chanel=="ZZXX" or chanel=="ZZXXXQ" )or FightPointPassManager.IsFightPointPass(2141) then
|
||||
if VipManager.GetChargedNum()>=10000 and chanel and (chanel=="ZZXX" or chanel=="ZZXXXQ" )or FightPointPassManager.IsFightPointPass(2141) then
|
||||
this.input:SetActive(true)
|
||||
this.noInputTip:SetActive(false)
|
||||
--其他渠道及本地
|
||||
elseif VipManager.GetChargedNum()>=100 or FightPointPassManager.IsFightPointPass(2141) then
|
||||
elseif VipManager.GetChargedNum()>=10000 or FightPointPassManager.IsFightPointPass(2141) then
|
||||
this.input:SetActive(true)
|
||||
this.noInputTip:SetActive(false)
|
||||
else
|
||||
this.input:SetActive(false)
|
||||
this.noInputTip:SetActive(true)
|
||||
if chanel and (chanel=="ZZXX" or chanel=="ZZXXXQ" )then
|
||||
this.noInputTip:GetComponent("Text").text = "累计充值100元 或 通关2-14副本才可发言"
|
||||
this.noInputTip:GetComponent("Text").text = "累计真实充值100元 或 通关2-14副本才可发言"
|
||||
else
|
||||
this.noInputTip:GetComponent("Text").text = "累计充值100元 或 通关2-14副本才可发言"
|
||||
this.noInputTip:GetComponent("Text").text = "累计真实充值100元 或 通关2-14副本才可发言"
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue