|
|
@@ -74,11 +74,12 @@
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
- <div v-if="!storeList.content || storeList.content.length == 0" class="no-store">
|
|
|
- <img src="/images/mobile/@2x/car@2x.png" alt="">
|
|
|
- <div>抱歉,暂无商家出售此型号!</div>
|
|
|
- <div>您可前往<strong>www.usoftmall.com</strong>网页版进行<strong>“发布求购”</strong>或<strong>“产品上架”</strong>操作!</div>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="(storeList.totalElements == 0 && activeType == 'store') || (component.properties && component.properties.length == 0 && activeType == 'param')" class="no-store">
|
|
|
+ <img src="/images/mobile/@2x/car@2x.png" alt="">
|
|
|
+ <div v-if="activeType == 'store'">抱歉,暂无商家出售此型号!</div>
|
|
|
+ <div v-if="activeType == 'store'">您可前往<strong>www.usoftmall.com</strong>网页版进行<strong>“发布求购”</strong>或<strong>“产品上架”</strong>操作!</div>
|
|
|
+ <div v-if="activeType == 'param'">抱歉,暂无参数信息!</div>
|
|
|
</div>
|
|
|
<remind-box :title="collectResult" :timeoutCount="timeoutCount"></remind-box>
|
|
|
</div>
|
|
|
@@ -205,11 +206,10 @@
|
|
|
font-size: .28rem;
|
|
|
margin-bottom: 1.2rem;
|
|
|
background: #f7f7f7;
|
|
|
- padding-top: .4rem;
|
|
|
+ padding-top: .26rem;
|
|
|
.base-detail {
|
|
|
- margin: 0 .27rem .34rem .27rem;
|
|
|
+ margin: 0 .27rem .19rem .27rem;
|
|
|
padding: .18rem .36rem;
|
|
|
- background: #fff;
|
|
|
border-radius: .1rem;
|
|
|
background: url('/images/mobile/@2x/productDetail/component-desc-bg.png')no-repeat;
|
|
|
background-size: cover;
|
|
|
@@ -373,26 +373,26 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .no-store {
|
|
|
- background: #fff;
|
|
|
- padding-top: 1rem;
|
|
|
- img {
|
|
|
- display: block;
|
|
|
- text-align: center;
|
|
|
- margin: 0 auto;
|
|
|
- margin-bottom: .45rem;
|
|
|
- width: 3.31rem;
|
|
|
- height: 2.13rem;
|
|
|
- }
|
|
|
- div {
|
|
|
- width: 5.27rem;
|
|
|
- margin: 0 auto;
|
|
|
- text-align: center;
|
|
|
- line-height: .4rem;
|
|
|
- color: #999;
|
|
|
- .link-url {
|
|
|
- color: #01a44e;
|
|
|
- }
|
|
|
+ }
|
|
|
+ .no-store {
|
|
|
+ background: #fff;
|
|
|
+ padding-top: 1rem;
|
|
|
+ img {
|
|
|
+ display: block;
|
|
|
+ text-align: center;
|
|
|
+ margin: 0 auto;
|
|
|
+ margin-bottom: .45rem;
|
|
|
+ width: 3.31rem;
|
|
|
+ height: 2.13rem;
|
|
|
+ }
|
|
|
+ div {
|
|
|
+ width: 5.27rem;
|
|
|
+ margin: 0 auto;
|
|
|
+ text-align: center;
|
|
|
+ line-height: .4rem;
|
|
|
+ color: #999;
|
|
|
+ .link-url {
|
|
|
+ color: #01a44e;
|
|
|
}
|
|
|
}
|
|
|
}
|