From 20e6d0c4b974fe2a2ce6c2b7a2e4880e60e3104a Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 20 Jan 2024 18:03:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E5=95=86?= =?UTF-8?q?=E5=93=81=E9=80=89=E6=8B=A9=E5=A4=9A=E4=B8=AA=E6=95=B0=E9=87=8F?= =?UTF-8?q?=EF=BC=8C=E4=B8=8B=E5=8D=95=E5=8F=AA=E6=9C=89=201=20=E4=B8=AA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/goods/index.vue b/pages/goods/index.vue index 7e436ce4..a94271b3 100644 --- a/pages/goods/index.vue +++ b/pages/goods/index.vue @@ -160,8 +160,8 @@ sheep.$router.go('/pages/order/confirm', { data: JSON.stringify({ items: [{ - skuId: state.selectedSku.id, - count: 1 + skuId: e.id, + count: e.goods_num }], // TODO 芋艿:后续清理掉这 2 参数 deliveryType: 1,