【跨服天梯】 获取好友信息加判断
parent
3b615515d8
commit
e5f845b3a0
|
|
@ -160,7 +160,7 @@ function PlayerInfoPopup:OnShow()
|
||||||
-- 请求数据
|
-- 请求数据
|
||||||
-- LogGreen(this._PlayerId.." "..this._Config.formationType)
|
-- LogGreen(this._PlayerId.." "..this._Config.formationType)
|
||||||
netserverName = nil
|
netserverName = nil
|
||||||
if this.serverName and this.serverName ~= PlayerManager.serverInfo.name then
|
if this.serverName and this.serverName ~= "" and string. this.serverName ~= PlayerManager.serverInfo.name then
|
||||||
netserverName = 1
|
netserverName = 1
|
||||||
end
|
end
|
||||||
NetManager.RequestPlayerInfo(this._PlayerId, this._Config.formationType,netserverName, function(msg)
|
NetManager.RequestPlayerInfo(this._PlayerId, this._Config.formationType,netserverName, function(msg)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue