|
|
@@ -56,7 +56,7 @@
|
|
|
<tr v-for="item in good_list.components">
|
|
|
<td>
|
|
|
<nuxt-link class="component-img-box" :to="item.batchCode?`/store/${item.storeId}/${item.batchCode}`:`/product/component/${item.uuid}`">
|
|
|
- <img :src="item.img?item.img:item.brand&&item.brand.logoUrl?item.brand.logoUrl:'/images/component/default.png'">
|
|
|
+ <!-- <img :src="item.img?item.img:item.brand&&item.brand.logoUrl?item.brand.logoUrl:'/images/component/default.png'">-->
|
|
|
<img :src="item.batchCode?item.img?item.img:'/images/component/default.png':item.brand&&item.brand.logoUrl?item.brand.logoUrl:'/images/component/default.png'">
|
|
|
</nuxt-link>
|
|
|
</td>
|