会员等级编辑修复

This commit is contained in:
2026-01-19 10:15:14 +08:00
parent 85354f6296
commit f3bd7637b5

View File

@@ -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);
}
});