补充
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user