排行榜请求修改
parent
5f0b1ae349
commit
f24e7cbef3
|
@ -712,8 +712,10 @@ function this:BindEvent()
|
|||
local types = {}
|
||||
local activiteIds = {}
|
||||
for i = 1, #rankKingList do
|
||||
table.insert(types,rankKingList[i].rankType)
|
||||
table.insert(activiteIds,rankKingList[i].activiteId)
|
||||
if rankKingList[i].isRankingMainPanelShow then
|
||||
table.insert(types,rankKingList[i].rankType)
|
||||
table.insert(activiteIds,rankKingList[i].activiteId)
|
||||
end
|
||||
end
|
||||
NetManager.RankFirstRequest(types,activiteIds,function (msg)
|
||||
UIManager.OpenPanel(UIName.RankingListMainPanel,msg)
|
||||
|
|
Loading…
Reference in New Issue