From c299b9f54ab53fd13aa30c8175a2bebe65decbf1 Mon Sep 17 00:00:00 2001 From: woody Date: Mon, 12 May 2025 11:35:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(goodsDetail):=20=E5=95=86=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E8=A7=84=E6=A0=BC=E7=82=B9=E5=87=BB=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/goodsDetails/index.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/views/goodsDetails/index.vue b/src/views/goodsDetails/index.vue index ce8db8d..8a7deb2 100644 --- a/src/views/goodsDetails/index.vue +++ b/src/views/goodsDetails/index.vue @@ -121,7 +121,10 @@
-
+
规格:
@@ -765,6 +768,11 @@ export default { ); } else { let ggNum = 0; + console.log( + this.goodDetail.productParams, + index, + "this.goodDetail.productParams[index].waresItemsParamsList" + ); this.goodDetail.productParams[index].waresItemsParamsList.forEach( (item) => { ggNum += item.quantity;