战斗结束,赛季不变bug修复

This commit is contained in:
mamengke01
2021-01-14 20:42:31 +08:00
parent 5f8a7c0adc
commit 94540dab16
2 changed files with 7 additions and 10 deletions

View File

@@ -103,7 +103,6 @@ export class PvpHandler {
seasonEndTime = oldSeasonData.seasonEndTime;
heroScores = oldSeasonData.heroScores;
score = oldSeasonData.score;
winStreakNum = oldSeasonData.winStreakNum;
refOppCnt = oldSeasonData.refOppCnt;
challengeCnt = oldSeasonData.challengeCnt;
challengeRefTime = oldSeasonData.challengeRefTime;
@@ -286,8 +285,6 @@ export class PvpHandler {
score, pLv, myRank, hisScore,
heroScores: showHeroScores,
oppPlayers: result,
seasonNum: pvpDefense.seasonNum,
seasonEndTime: pvpDefense.seasonEndTime,
refOppCnt: pvpDefense.refOppCnt,
challengeCnt: pvpDefense.challengeCnt,
challengeRefTime: pvpDefense.challengeRefTime,