已售 {{ item.content.buyCount || "0" }}
{{ item.content.commentNum || "0" }}条评论
diff --git a/pages/product/goods.vue b/pages/product/goods.vue
index 5125e34..0f24955 100644
--- a/pages/product/goods.vue
+++ b/pages/product/goods.vue
@@ -347,7 +347,8 @@
:isGroup="isGroup"
:id="productId"
v-if="goodsDetail.id"
- :pointDetail="pointDetail"
+ :pointDetail="pointDetail"
+ :wholesaleList="wholesaleList"
@handleClickSku="selectSku"
:buyMask="buyMask"
/>
@@ -522,7 +523,8 @@ export default {
startTimer: false, //未开启 是false
routerVal: "",
- IMLink: "", // IM地址
+ IMLink: "", // IM地址
+ wholesaleList:[]
};
},
@@ -661,6 +663,7 @@ export default {
}
/**商品信息以及规格信息存储 */
this.goodsDetail = response.data.result.data;
+ this.wholesaleList = response.data.result.wholesaleList;
this.goodsSpec = response.data.result.specs;
this.PromotionList = response.data.result.promotionMap;
this.goodsParams = response.data.result.goodsParamsDTOList || [];
diff --git a/pages/tabbar/cart/cartList.vue b/pages/tabbar/cart/cartList.vue
index 0623bfa..c4b234f 100644
--- a/pages/tabbar/cart/cartList.vue
+++ b/pages/tabbar/cart/cartList.vue
@@ -74,6 +74,7 @@
{{skuItem.goodsSku.simpleSpecs}}
+
批发商品