奖励界面默认排序
This commit is contained in:
parent
5fcf27a659
commit
b46d8de73a
@ -703,7 +703,7 @@ function GFunc.showRewardBox(rewards, extParams, callback)
|
|||||||
local params = extParams or {}
|
local params = extParams or {}
|
||||||
local newRewards = {}
|
local newRewards = {}
|
||||||
if not params.noMerge then
|
if not params.noMerge then
|
||||||
GFunc.mergeRewards2(rewards, newRewards)
|
GFunc.mergeRewards2(rewards, newRewards, true)
|
||||||
else
|
else
|
||||||
newRewards = rewards
|
newRewards = rewards
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user