工会查看信息报错修改
parent
ff6639ebfb
commit
6c59983568
|
@ -288,7 +288,7 @@ end
|
||||||
-- 刷新编队信息
|
-- 刷新编队信息
|
||||||
function this.RefreshFormationShow()
|
function this.RefreshFormationShow()
|
||||||
if this._ViewType == GUILD_MEM_POPUP_TYPE.INFORMATION then
|
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 teamInfo = msg.teamInfo.team
|
||||||
local force = teamInfo.totalForce
|
local force = teamInfo.totalForce
|
||||||
|
|
Loading…
Reference in New Issue