排序
This commit is contained in:
parent
d5e8786233
commit
c950bc52be
@ -191,7 +191,9 @@ function DungeonManager:respEndChallengeShards(result)
|
||||
if result.err_code == GConst.ERROR_STR.SUCCESS then
|
||||
local passId = DataManager.DungeonData:getPassedMaxId(ModuleManager.MODULE_KEY.DUNGEON_SHARDS)
|
||||
DataManager.DungeonData:initDungeonShards(result.shards_challenge)
|
||||
ModuleManager.BattleManager:showBattleResultUI(GConst.BattleConst.BATTLE_TYPE.DUNGEON_SHARDS, result.rewards, result.reqData and result.reqData.combatReport or {})
|
||||
local newRewards = {}
|
||||
GFunc.mergeRewards2(result.rewards, newRewards, true)
|
||||
ModuleManager.BattleManager:showBattleResultUI(GConst.BattleConst.BATTLE_TYPE.DUNGEON_SHARDS, newRewards, result.reqData and result.reqData.combatReport or {}, nil, nil, true)
|
||||
|
||||
if passId ~= DataManager.DungeonData:getPassedMaxId(ModuleManager.MODULE_KEY.DUNGEON_SHARDS) then
|
||||
local data = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user