From 7752ce1b8a7395131ac17716f32da6b3b14d6a12 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Wed, 13 Nov 2024 09:58:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E5=AE=A2=E4=B8=8B=E5=8D=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=BB=93=E8=B4=A6=E6=97=B6=E4=BC=98=E6=83=A0=E5=88=B8?= =?UTF-8?q?couponId=E6=94=B9=E4=B8=BAid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/Instead/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/tool/Instead/index.vue b/src/views/tool/Instead/index.vue index 597a164..1d4c633 100644 --- a/src/views/tool/Instead/index.vue +++ b/src/views/tool/Instead/index.vue @@ -2792,7 +2792,7 @@ export default { prve[index].num += cur.num; } else { prve.push({ - userCouponId: cur.couponId, + userCouponId: cur.id, num: cur.num, }); }