战力:getHeroDetail多缩了一点

This commit is contained in:
luying
2022-03-10 19:16:28 +08:00
parent 5c8ecf8875
commit e73d6cd0bf

View File

@@ -4,7 +4,6 @@ import * as friendUtil from '../../pubUtils/friendUtil'
import { FRIEND_RELATION_TYPE } from "../../consts";
import { EPlace, HeroType, Stone } from "../../db/Hero";
import { JewelType, RandSe } from "../../db/Jewel";
import { reduceCe } from "../../pubUtils/util";
export class FriendParams {
roleId: string;
@@ -195,7 +194,7 @@ export class HeroDetailParam {
constructor(hero: HeroType) {
this.roleId = hero.roleId;
this.hid = hero.hid;
this.ce = reduceCe(hero.ce);
this.ce = hero.ce;
this.lv = hero.lv;
this.star = hero.star;
this.colorStar = hero.colorStar;