【本地化】老包设置界面删除多余显示

dev_chengFeng
gaoxin 2021-03-08 18:20:47 +08:00
parent 097d754111
commit 88c5fa7a02
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/box1/tip")
else
this.dropDown = Util.GetGameObject(gameObject,"other/box1/Dropdown")
this.dropDown:SetActive(false)
this.dropDown.parent.gameObject:SetActive(false)
end
end