From 8a3affa9687edc782556a6710bcf1174354b79b5 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Tue, 30 Jan 2024 15:05:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=B0=E5=A2=9E=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/users/GiftManageView.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() {