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, } } //返回是否是多规格商品