Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
190fa0b1a8
|
@ -169,6 +169,9 @@ local TypeUpdateFunc = {
|
||||||
table.remove(curData.rewards,i)
|
table.remove(curData.rewards,i)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
table.sort(curData.rewards,function (a,b)
|
||||||
|
return a.otherData.PackId < b.otherData.PackId
|
||||||
|
end)
|
||||||
end,
|
end,
|
||||||
|
|
||||||
[ActivityTypeDef.TeHuiShenZhuang] = function ()--特惠神装
|
[ActivityTypeDef.TeHuiShenZhuang] = function ()--特惠神装
|
||||||
|
|
Loading…
Reference in New Issue