批发商品展示

This commit is contained in:
lemon橪
2022-05-27 18:17:23 +08:00
parent 1dc42e1333
commit 6e04a5d3da
4 changed files with 48 additions and 21 deletions

View File

@@ -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 || [];