赛季结算

This commit is contained in:
mamengke01
2021-01-15 22:11:12 +08:00
parent 41cab412c2
commit 492dcea2d9
2 changed files with 15 additions and 5 deletions

View File

@@ -122,7 +122,7 @@ 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 (flag) {//是否弹出结算奖励
data.resultRecord = { oldSeasonData, heroGoods, rankGoods }
}
return resResult(STATUS.SUCCESS, data);