点将台 汇聚箱 充值提示 关闭
parent
d593bab16b
commit
4ab1e8c02d
|
|
@ -55,7 +55,8 @@ function this:OnShow(_parent,...)
|
|||
|
||||
Util.SetGray(this.okBtn,VipManager.GetChargedNum()<b)
|
||||
this.okBtn:GetComponent("Button").interactable=VipManager.GetChargedNum()>=b
|
||||
this.text3.gameObject:SetActive(VipManager.GetChargedNum()<b)
|
||||
-- this.text3.gameObject:SetActive(VipManager.GetChargedNum()<b)
|
||||
this.text3.gameObject:SetActive(VipManager.GetChargedNum()>0)--(24暂时关闭)删掉就好了,把上面的释放
|
||||
end
|
||||
|
||||
function this:OnClose()
|
||||
|
|
|
|||
Loading…
Reference in New Issue