|
@@ -25,9 +25,9 @@
|
|
|
<td>
|
|
<td>
|
|
|
<!--store/{{compGoods.storeId}}#/batchInfo/{{compGoods.batchCode}}-->
|
|
<!--store/{{compGoods.storeId}}#/batchInfo/{{compGoods.batchCode}}-->
|
|
|
<nuxt-link v-if="compGoods.batchCode" :to="`/store/${compGoods.storeId}/${compGoods.batchCode}`" target="_blank">
|
|
<nuxt-link v-if="compGoods.batchCode" :to="`/store/${compGoods.storeId}/${compGoods.batchCode}`" target="_blank">
|
|
|
- <img :src="compGoods.img?compGoods.img:'/images/all/default.png'"/>
|
|
|
|
|
|
|
+ <img :src="compGoods.img?compGoods.img:compGoods.brand&&compGoods.brand.logoUrl?compGoods.brand.logoUrl:'/images/all/default.png'"/>
|
|
|
</nuxt-link>
|
|
</nuxt-link>
|
|
|
- <img v-if="!compGoods.batchCode" :src="compGoods.img || '/images/all/default.png'"/>
|
|
|
|
|
|
|
+ <img v-if="!compGoods.batchCode" :src="compGoods.img?compGoods.img:compGoods.brand&&compGoods.brand.logoUrl?compGoods.brand.logoUrl:'/images/all/default.png'"/>
|
|
|
<!--store/{{compGoods.storeId}}#/home-->
|
|
<!--store/{{compGoods.storeId}}#/home-->
|
|
|
<nuxt-link :to="'/store/' + compGoods.storeId" class="contact" :title="compGoods.storeName" target="_blank">{{compGoods.storeName}}</nuxt-link>
|
|
<nuxt-link :to="'/store/' + compGoods.storeId" class="contact" :title="compGoods.storeName" target="_blank">{{compGoods.storeName}}</nuxt-link>
|
|
|
</td>
|
|
</td>
|
|
@@ -234,12 +234,11 @@
|
|
|
.product-list tbody>tr {
|
|
.product-list tbody>tr {
|
|
|
border: 1px solid #e8e8e8;
|
|
border: 1px solid #e8e8e8;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
.product-list tbody>tr img {
|
|
.product-list tbody>tr img {
|
|
|
border: 1px solid #e8e8e8;
|
|
border: 1px solid #e8e8e8;
|
|
|
margin: 10px 0 5px 0;
|
|
margin: 10px 0 5px 0;
|
|
|
- width: 36px;
|
|
|
|
|
- height: 36px;
|
|
|
|
|
|
|
+ max-width: 36px;
|
|
|
|
|
+ max-height: 36px;
|
|
|
}
|
|
}
|
|
|
.product-list tbody>tr .contact{
|
|
.product-list tbody>tr .contact{
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|