diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua index e885abe0de..e73b4a92eb 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua @@ -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