【踏碎凌霄】奖励排序
parent
b9f742fcf2
commit
68626e287e
|
@ -96,6 +96,14 @@ local TypeUpdateFunc = {
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
table.sort(curData.rewards,function (a,b)
|
||||
if a.state == b.state then
|
||||
return a.missionId < b.missionId
|
||||
else
|
||||
return a.state < b.state
|
||||
end
|
||||
end)
|
||||
end
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue