fix pvp每天第一次登录页面刷新对手

This commit is contained in:
luying
2021-01-14 19:02:30 +08:00
parent 2e1dc29f4e
commit 942ab270b0
2 changed files with 22 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ import Role, { } from './Role';
import PvpDef, { } from './PvpDefense';
import { PVP_PLAYER_POS, PVP_HERO_POS } from '../consts';
interface pvpUpdateInter {
export interface pvpUpdateInter {
_id?: string;
oppPlayers?: OppPlayers[];
hisScore?: number;