Merge branch 'feature/skin' into dev

This commit is contained in:
xichaoyin 2024-01-05 21:04:04 +08:00
commit f9b6f8901b

View File

@ -608,7 +608,7 @@ export class PlayerFun {
} }
} }
if (Object.keys(upskin).length > 0) { if (Object.keys(upskin).length > 0) {
this.addAttr(call, Object.assign(heroskin, upskin)); this.addAttr(call, { heroskin: Object.assign(heroskin, upskin) });
} }
// 皮肤存在转换为其他奖励 // 皮肤存在转换为其他奖励