bug
This commit is contained in:
xichaoyin 2024-01-05 21:03:47 +08:00
parent 5ba52ad2c8
commit 1f36269ac9

View File

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