pvp战报顺序

This commit is contained in:
mamengke01
2021-01-15 16:31:50 +08:00
parent a3e4149b41
commit 947077dbb4
2 changed files with 3 additions and 3 deletions

View File

@@ -122,9 +122,9 @@ export class PvpHandler {
let {actorId, dataId, order} = cur;
return { actorId, dataId, order }
}), score, pLv, winStreakNum, refOppCnt, challengeCnt, challengeRefTime, receivedBox, hisScore, heroScores, isFirstEntry, isDefaultHero }
// if (show) {//是否弹出结算奖励
if (show) {//是否弹出结算奖励
data.resultRecord = { oldSeasonData, heroGoods, rankGoods }
// }
}
return resResult(STATUS.SUCCESS, data);
}