From f22e7b9fcb2c09a27e7c0bd7fad158eb390eff14 Mon Sep 17 00:00:00 2001 From: paulGao Date: Mon, 13 Dec 2021 19:31:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E9=87=8D=E6=9E=84=E4=BF=83?= =?UTF-8?q?=E9=94=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/m-buy/goods.vue | 8 ++++++-- pages/product/goods.vue | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/components/m-buy/goods.vue b/components/m-buy/goods.vue index 06aaaa6..446433f 100644 --- a/components/m-buy/goods.vue +++ b/components/m-buy/goods.vue @@ -23,7 +23,7 @@ - + {{ @@ -160,7 +160,11 @@ export default { buyMask: { type: Boolean, default: false, - }, + }, + isGroup: { + type: Boolean, + default: false, + }, goodsDetail: { default: "", type: null, diff --git a/pages/product/goods.vue b/pages/product/goods.vue index fc9f7d6..b48d1f8 100644 --- a/pages/product/goods.vue +++ b/pages/product/goods.vue @@ -343,7 +343,8 @@ @closeBuy="closePopupBuy" @queryCart="cartCount()" :goodsDetail="goodsDetail" - :goodsSpec="goodsSpec" + :goodsSpec="goodsSpec" + :isGroup="isGroup" :id="productId" v-if="goodsDetail.id" :pointDetail="pointDetail"