工会查看信息报错修改
(cherry picked from commit 6c59983568)
dev_chengFeng
hotfix/mht_china/xq/cdn_xq_release/0.1.39
parent
7116d9137d
commit
4f6ae40ac1
|
|
@ -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