奖励界面默认排序

This commit is contained in:
Fang 2023-07-25 15:50:14 +08:00
parent 5fcf27a659
commit b46d8de73a

View File

@ -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