【bug】修复兑换码按钮不显示的问题
parent
835ebf10c7
commit
da1ad31e4c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue