|
|
@@ -117,10 +117,10 @@
|
|
|
<div v-if="checkInfo(storeInfo.enterprise.enAddress)">商家地址:{{storeInfo.enterprise.enAddress}}</div>
|
|
|
-->
|
|
|
<!--<div class="content-line link-url">在线咨询</div>-->
|
|
|
- <div v-if="checkInfo(storeInfo.enterprise.enTel)">电话:<a :href="'tel:' + storeInfo.enterprise.enTel" target="_blank" class="content-line link-url">{{storeInfo.enterprise.enTel}}</a></div>
|
|
|
- <div v-if="checkInfo(storeInfo.enterprise.enPhone)">手机:<a :href="'tel:' + storeInfo.enterprise.enPhone" target="_blank" class="content-line link-url">{{storeInfo.enterprise.enPhone}}</a></div>
|
|
|
- <div v-if="checkInfo(storeInfo.enterprise.enWeixin)">微信:<span class="content-line">{{storeInfo.enterprise.enWeixin}}</span></div>
|
|
|
- <div v-if="checkInfo(storeInfo.enterprise.enQQ)">Q Q:<span class="content-line">{{storeInfo.enterprise.enQQ}}</span></div>
|
|
|
+ <div v-if="checkInfo(storeInfo.enterprise.enTel)" class="clearfix"><span class="pull-left">电话:</span><a :href="'tel:' + storeInfo.enterprise.enTel" target="_blank" class="content-line link-url pull-left">{{storeInfo.enterprise.enTel}}</a></div>
|
|
|
+ <div v-if="checkInfo(storeInfo.enterprise.enPhone)" class="clearfix"><span class="pull-left">手机:</span><a :href="'tel:' + storeInfo.enterprise.enPhone" target="_blank" class="content-line link-url pull-left">{{storeInfo.enterprise.enPhone}}</a></div>
|
|
|
+ <div v-if="checkInfo(storeInfo.enterprise.enWeixin)" class="clearfix"><span class="pull-left">微信:</span><span class="content-line pull-left">{{storeInfo.enterprise.enWeixin}}</span></div>
|
|
|
+ <div v-if="checkInfo(storeInfo.enterprise.enQQ)" class="clearfix"><span class="pull-left">Q Q:</span><span class="content-line pull-left">{{storeInfo.enterprise.enQQ}}</span></div>
|
|
|
<div v-if="!empty">暂无联系方式</div>
|
|
|
<!--
|
|
|
<div v-if="checkInfo(storeInfo.enterprise.enEmail)">邮件:<a :href="'mailto:' + storeInfo.enterprise.enEmail" target="_blank" class="content-line link-url">{{storeInfo.enterprise.enEmail}}</a></div>
|
|
|
@@ -534,6 +534,11 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ .mobile-modal-content {
|
|
|
+ .clearfix {
|
|
|
+ padding-left: 1rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
.com-none-state {
|
|
|
padding: .2rem 0;
|