This commit is contained in:
liaozetao
2024-04-24 18:45:28 +08:00
parent f5d5b33954
commit 41871b9411

View File

@@ -435,7 +435,7 @@ export default {
// 监听新增礼物价值
// @ts-ignore
giftOptionsChange(e) {
let gifts = this.giftOptions.filter(v => resource.partitionId == null || ((v.partitionFlag & resource.partitionId) != 0));
let gifts = this.giftOptions.filter(v => this.resource.partitionId == null || ((v.partitionFlag & this.resource.partitionId) != 0));
// @ts-ignore
this.resource.giftId = gifts[e].giftId;
// @ts-ignore