装备:修改返回

This commit is contained in:
luying
2022-02-23 19:33:27 +08:00
parent 0436215f3a
commit 76fcd98c75

View File

@@ -502,7 +502,7 @@ export class EquipHandler {
}
return resResult(STATUS.SUCCESS, { curEquip: pick(jewel, ['seqId', 'id', 'hid', 'ePlaceId', 'randSe', 'previewRandSe']) });
return resResult(STATUS.SUCCESS, { curJewel: pick(jewel, ['seqId', 'id', 'hid', 'ePlaceId', 'randSe', 'previewRandSe']) });
}