diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/GuildMemberInfoPopup.lua b/Assets/ManagedResources/~Lua/Modules/Guild/GuildMemberInfoPopup.lua index 370bb2767f..79c163d345 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/GuildMemberInfoPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/GuildMemberInfoPopup.lua @@ -288,7 +288,7 @@ end -- 刷新编队信息 function this.RefreshFormationShow() if this._ViewType == GUILD_MEM_POPUP_TYPE.INFORMATION then - NetManager.RequestPlayerInfo(this._MemId, FormationTypeDef.FORMATION_NORMAL, function(msg) + NetManager.RequestPlayerInfo(this._MemId, FormationTypeDef.FORMATION_NORMAL, nil,function(msg) -- 重置战斗力 local teamInfo = msg.teamInfo.team local force = teamInfo.totalForce