From f3bd7637b5de480d06a67f3fe5c580bbf5edd335 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 19 Jan 2026 10:15:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98=E7=AD=89=E7=BA=A7=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageMarket/superVip/vip-lv-add.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pageMarket/superVip/vip-lv-add.vue b/pageMarket/superVip/vip-lv-add.vue index 625b492..5dcd4cd 100644 --- a/pageMarket/superVip/vip-lv-add.vue +++ b/pageMarket/superVip/vip-lv-add.vue @@ -274,6 +274,7 @@ onLoad((opt) => { ); optiopns.index = index; const item = superVipStore.vipLevelList.find((item) => item.id == opt.id); + item.cycleRewardCouponList=item.cycleRewardCouponList||[] Object.assign(form, item); } });