战力计算,远征战力筛选

This commit is contained in:
luying
2020-11-12 18:21:05 +08:00
parent 40c16587b3
commit b0a0bbc71b
34 changed files with 22812 additions and 15964 deletions
+1 -1
View File
@@ -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);
}