fix 精炼返回

This commit is contained in:
luying
2020-12-26 10:11:01 +08:00
parent c4684933b1
commit a0628c6e35

View File

@@ -266,7 +266,7 @@ export class EquipHandler {
const curHero = {
hid,
ePlace: curEplace
ePlace: [curEplace]
}
return resResult(STATUS.SUCCESS, { isSuccess, curHero });
}