寻宝:修复奖励读表错误
This commit is contained in:
@@ -112,14 +112,13 @@ export function loadWar() {
|
||||
o.winReward = parseTrainReward(o.winReward);
|
||||
o.failReward = parseTrainReward(o.failReward);
|
||||
} else if (o.warType == WAR_TYPE.COM_BATTLE) {
|
||||
console.log('####', o)
|
||||
let reward = {
|
||||
captainReward: o.fixReward,
|
||||
teammateReward: parseGoodStr(o.teammateReward),
|
||||
captainTimeReward: parseGoodStr(o.time_captain_normalReward),
|
||||
teammateTimeReward: parseGoodStr(o.time_normalReward),
|
||||
captainTimeGuildReward: parseComBattleTimeReward(o.time_captain_guildReward),
|
||||
teammateTimeGuildReward: parseComBattleTimeReward(o.time_captain_guildReward),
|
||||
teammateTimeGuildReward: parseComBattleTimeReward(o.time_guildReward),
|
||||
}
|
||||
dicComBattleReward.set(o.war_id, reward);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user