点将台 汇聚箱 充值提示 关闭

dev_chengFeng
ZhangBiao 2020-07-29 16:12:17 +08:00
parent d593bab16b
commit 4ab1e8c02d
1 changed files with 2 additions and 1 deletions

View File

@ -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()