|
|
@@ -27,14 +27,14 @@
|
|
|
</div>
|
|
|
<div style="background: #FFFFFF;" v-if="isOpen">
|
|
|
<ul class = "shop-contact list-unstyled" style="padding: 15px 0; margin-bottom: 0; border-top: #e8e8e8 1px solid; margin-top: 20px;">
|
|
|
- <li v-if="storeInfo.enterprise.enTel&&storeInfo.enterprise.enTel.length > 0">
|
|
|
+ <li v-if="storeInfo.enterprise.enTel">
|
|
|
<span>电话:</span><span v-text="storeInfo.enterprise.enTel"></span>
|
|
|
</li>
|
|
|
- <li v-if="storeInfo.enterprise.enFax&&storeInfo.enterprise.enFax.length > 0">
|
|
|
+ <li v-if="storeInfo.enterprise.enFax">
|
|
|
<span>传真:</span><span v-text="storeInfo.enterprise.enFax"></span>
|
|
|
</li>
|
|
|
- <li v-if="storeInfo.enterprise.address&&storeInfo.enterprise.address.length > 0">
|
|
|
- <span>地址:</span><span v-text="storeInfo.enterprise.address"></span>
|
|
|
+ <li v-if="storeInfo.enterprise.address || storeInfo.enterprise.enAddress">
|
|
|
+ <span>地址:</span><span v-text="storeInfo.enterprise.address || storeInfo.enterprise.enAddress"></span>
|
|
|
</li>
|
|
|
<li class="text-right">
|
|
|
<nuxt-link :to="{ name: 'store-uuid-description', params: { uuid: storeInfo.uuid } }">了解更多></nuxt-link>
|