【限时活动】奖励顺序调整
parent
2b122d7fee
commit
045b0d80b3
|
@ -139,6 +139,13 @@ function this.GetExpertData(indexType,actType)
|
|||
end
|
||||
end
|
||||
end
|
||||
table.sort(dataList[actType].rewards,function (a,b)
|
||||
if a.state == b.state then
|
||||
return a.missionId < b.missionId
|
||||
else
|
||||
return a.state < b.state
|
||||
end
|
||||
end)
|
||||
end
|
||||
|
||||
function this.GetData(actType)
|
||||
|
|
Loading…
Reference in New Issue