diff --git a/components/m-buy/goods.vue b/components/m-buy/goods.vue index cca176f..075b1da 100644 --- a/components/m-buy/goods.vue +++ b/components/m-buy/goods.vue @@ -1,515 +1,536 @@ + .promotion-box { + line-height: 1; + display: flex; + align-items: center; + text-decoration: line-through; + color: #999; + margin-left: 10rpx; + + /deep/ span { + font-size: 30rpx; + } + } + + .promotion { + font-size: 30rpx; + } + + .goods-price-promotionShow { + font-size: 48rpx; + } + + .goods-check-skus { + font-size: 24rpx; + color: #999; + + >.goods-check-skus-name { + margin-left: 4rpx; + } + + >span { + color: #333; + } + } + diff --git a/pages/navigation/search/searchPage.vue b/pages/navigation/search/searchPage.vue index b953834..5aa2f2a 100644 --- a/pages/navigation/search/searchPage.vue +++ b/pages/navigation/search/searchPage.vue @@ -152,12 +152,16 @@
+
+ +
满减 秒杀
+
已售 {{ 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}}

+

批发商品