【bug】修复兑换码按钮不显示的问题

dev_chengFeng
gaoxin 2021-03-19 21:01:27 +08:00
parent 835ebf10c7
commit da1ad31e4c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ function SettingInfo:InitComponent(gameObject, rootPanel)
this.dropDownTip = Util.GetGameObject(gameObject,"other/box/Dropdown/tip")
else
this.dropDown = Util.GetGameObject(gameObject,"other/box/Dropdown")
this.dropDown.transform.parent.gameObject:SetActive(false)
this.dropDown:SetActive(false)
end
end