【神将信息】修复切换到装备界面返回无法切换页签的问题

dev_chengFeng
gaoxin 2021-06-15 11:17:15 +08:00
parent 6152c52f2c
commit 13d7b61e35
1 changed files with 1 additions and 1 deletions

View File

@ -712,7 +712,7 @@ function RoleInfoPanel:OnClose()
for k,v in pairs(this.PageList) do
v:OnHide()
end
this.btnMask.gameObject:SetActive(true)
this.btnMask.gameObject:SetActive(false)
end