diff --git a/src/views/users/GiftManageView.vue b/src/views/users/GiftManageView.vue index db24e3f..ad0bf35 100644 --- a/src/views/users/GiftManageView.vue +++ b/src/views/users/GiftManageView.vue @@ -212,6 +212,7 @@
@@ -691,6 +692,7 @@ export default { name: "GiftManageView", data() { return { + unlockList: [], giftLevel: [], gift: { giftId: null, @@ -744,6 +746,7 @@ export default { }, created() { this.$nextTick(function () { + this.giftUnlockList(); this.levelList(); this.initData(); }); @@ -864,7 +867,7 @@ export default { value: e.giftId, }; }); - ComboboxHelper.build(lockGifts, '#baseGiftId', this.gift.baseGiftId); + this.unlockList = lockGifts; }); }, levelList() {