Merge branch 'refs/heads/feature/search-word' into develop
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
52 | <!-- 相关商品 --> | 52 | <!-- 相关商品 --> |
53 | <top-list ref="topList" v-if="topList && topList.length !== 0" :list="topList" @itemClick="gotoProduct" | 53 | <top-list ref="topList" v-if="topList && topList.length !== 0" :list="topList" @itemClick="gotoProduct" |
54 | @allClick="gotoBrand"/> | 54 | @allClick="gotoBrand"/> |
55 | - <img class="ref-img" v-lazy="prdDetailTip"/> | 55 | + <!-- <img class="ref-img" v-lazy="prdDetailTip"/> --> |
56 | </div> | 56 | </div> |
57 | 57 | ||
58 | <!-- 视频资源位 --> | 58 | <!-- 视频资源位 --> |
@@ -71,7 +71,7 @@ | @@ -71,7 +71,7 @@ | ||
71 | <img-size :src="sizeImg(videoResource.src)"/> | 71 | <img-size :src="sizeImg(videoResource.src)"/> |
72 | </a> | 72 | </a> |
73 | 73 | ||
74 | - <img class="ref-img" v-lazy="prdDetailImage"/> | 74 | + <!-- <img class="ref-img" v-lazy="prdDetailImage"/> --> |
75 | 75 | ||
76 | <!--尺码图片--> | 76 | <!--尺码图片--> |
77 | <size-image :brand-id="brandId" :product-id="productId"></size-image> | 77 | <size-image :brand-id="brandId" :product-id="productId"></size-image> |
-
Please register or login to post a comment