|
@@ -2,7 +2,8 @@
|
|
|
<div class="mobile-content commodity-detail">
|
|
<div class="mobile-content commodity-detail">
|
|
|
<div class="logo-wrap">
|
|
<div class="logo-wrap">
|
|
|
<div class="wrap-title"><span class="line"></span>图片信息</div>
|
|
<div class="wrap-title"><span class="line"></span>图片信息</div>
|
|
|
- <img :src="commodity.img || '/images/store/common/default.png'" alt="">
|
|
|
|
|
|
|
+ <img :src="commodity.img || '/images/store/common/default.png'" alt="" v-if="commodity.img">
|
|
|
|
|
+ <div class="commodity-infom" v-else>暂无图片,请<span @click="showStoreInfo = true">联系卖家</span>了解具体详情</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="product-info">
|
|
<div class="product-info">
|
|
|
<div class="wrap-title"><span class="line"></span>产品信息</div>
|
|
<div class="wrap-title"><span class="line"></span>产品信息</div>
|
|
@@ -476,7 +477,7 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.logo-wrap {
|
|
.logo-wrap {
|
|
|
- height: 5.18rem;
|
|
|
|
|
|
|
+ max-height: 5.18rem;
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
margin: 0.2rem;
|
|
margin: 0.2rem;
|
|
@@ -486,6 +487,15 @@
|
|
|
max-width: 4.06rem;
|
|
max-width: 4.06rem;
|
|
|
max-height: 3.27rem;
|
|
max-height: 3.27rem;
|
|
|
margin-top: 0.4rem;
|
|
margin-top: 0.4rem;
|
|
|
|
|
+ margin-bottom: 0.4rem;
|
|
|
|
|
+ }
|
|
|
|
|
+ div.commodity-infom {
|
|
|
|
|
+ font-size: 0.28rem;
|
|
|
|
|
+ color: #666;
|
|
|
|
|
+ line-height: 1.09rem;
|
|
|
|
|
+ span {
|
|
|
|
|
+ color: #3f84f6;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.params-wrap {
|
|
.params-wrap {
|