From 575e6d22b0f50b5b86f9a9a0612aa10432de8bd4 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 8 Jan 2026 10:09:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=95=86=E5=93=81=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E4=BB=B7=E6=A0=BC=E5=9B=9E=E6=98=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/product/components/goods-modal.vue | 34 +++++++++++++++++++----- 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/pages/product/components/goods-modal.vue b/pages/product/components/goods-modal.vue index a8e4729..2b1ba2a 100644 --- a/pages/product/components/goods-modal.vue +++ b/pages/product/components/goods-modal.vue @@ -105,7 +105,7 @@ @@ -210,7 +210,8 @@ 「{{ goods.result.suitNum }}{{ goods.result.unitName }}起点」 - + @@ -220,11 +221,32 @@ /{{ goods.unitName }} 「{{ selSku.suitNum }}{{ selSku.unitName }}起点」 + + + + + + + /{{ goods.unitName }} + 「{{ selSku.suitNum }}{{ selSku.unitName }}起点」 + + + + + + + + /{{ goods.unitName }} + 「{{ selSku.suitNum }}{{ selSku.unitName }}起点」 + - /{{ goods.unitName }} @@ -457,11 +479,11 @@ const swiperCurrent = ref(0); function returnFirstSku(product) { - console.log('returnFirstSku',product.skuList[0]); + console.log('returnFirstSku', product.skuList[0]); return { ...product.skuList[0], - sku_id:product.skuList[0].id, - id:product.id, + sku_id: product.skuList[0].id, + id: product.id, } } //返回是否是多规格商品