【跨服排行榜】修改

dev_chengFeng
zhangqiang 2021-08-03 10:12:54 +08:00
parent 35b9a89503
commit 0ab8247704
1 changed files with 9 additions and 1 deletions

View File

@ -47,9 +47,17 @@ function this.RequestNextWarPowerPageData(fun)
return
end
-- Log("cur_rankIndex "..cur_rankIndex)
local isCross = 0
for i = 1, #rankKingList do
if cur_rankType == rankKingList[i].rankType then
if rankKingList[i].isRankingMainPanelShow >= 2 then
isCross = 1
end
end
end
NetManager.RequestRankInfo(cur_rankType, function (msg)--请求数据
this.ReceiveNextRankingData(msg,fun)
end,cur_activiteId,cur_rankIndex)
end,cur_activiteId,cur_rankIndex,isCross)
end
---战力战力
--接收服务器战力数据