【玩家信息】提交

dev_chengFeng
ZhangBiao 2022-01-15 18:17:46 +08:00
parent aa90cae885
commit a556bf7761
1 changed files with 3 additions and 0 deletions

View File

@ -304,6 +304,9 @@ function PlayerInfoPopup:OnShow()
end)
else
--目前只给灵脉,如果还有其他请写明备注
this.InfoBtns:SetActive(false)
this.InfoContentGrid:SetActive(false)
this.pokemonObj:SetActive(false)
this.extraInfo.Init(this,this.data,_ViewConfig[this._ViewType])
end
end