战力计算,远征战力筛选
This commit is contained in:
@@ -205,6 +205,7 @@ export default class GMUsers extends Service {
|
||||
hName: dicHero.name,
|
||||
seqId,
|
||||
lv: hlv,
|
||||
star: dicHero.quality,
|
||||
ce
|
||||
}
|
||||
heroInfos.push(heroInfo);
|
||||
@@ -215,7 +216,6 @@ export default class GMUsers extends Service {
|
||||
}
|
||||
|
||||
try {
|
||||
console.log
|
||||
for(let heroInfo of heroInfos) {
|
||||
await HeroModel.createHero(heroInfo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user