pvp:添加历史军功数据
This commit is contained in:
@@ -277,7 +277,7 @@ export class PvpHandler {
|
||||
battleCode, isSuccess,
|
||||
heroScores: showHeroScores,
|
||||
createdAt: getSeconds(createdAt),
|
||||
...pick(result, ['score', 'myRank', 'winStreakNum', 'attack', 'oppPlayers', 'challengeCnt', 'challengeRefTime'])
|
||||
...pick(result, ['score', 'myRank', 'winStreakNum', 'attack', 'oppPlayers', 'challengeCnt', 'challengeRefTime', 'hisScore'])
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user