|
@@ -49,7 +49,7 @@
|
|
>联系地址:<text>{{ clubInfo.provincialAddress }}{{ clubInfo.address }}</text></view
|
|
>联系地址:<text>{{ clubInfo.provincialAddress }}{{ clubInfo.address }}</text></view
|
|
>
|
|
>
|
|
<view class="info-p"
|
|
<view class="info-p"
|
|
- >营业执照编号:<text>{{ clubInfo.socialCreditCode }}</text></view
|
|
|
|
|
|
+ v-if="clubInfo.socialCreditCode" >营业执照编号:<text>{{ clubInfo.socialCreditCode }}</text></view
|
|
>
|
|
>
|
|
<view class="info-p">营业执照:</view>
|
|
<view class="info-p">营业执照:</view>
|
|
<view class="info-img"><image :src="clubInfo.businessLicense" alt=""/></view>
|
|
<view class="info-img"><image :src="clubInfo.businessLicense" alt=""/></view>
|
|
@@ -60,10 +60,10 @@
|
|
</view>
|
|
</view>
|
|
<view class="info-main">
|
|
<view class="info-main">
|
|
<view class="info-p"
|
|
<view class="info-p"
|
|
- >机构简称:<text>{{ clubInfo.shortName }}</text></view
|
|
|
|
|
|
+ v-if="clubInfo.shortName">机构简称:<text>{{ clubInfo.shortName }}</text></view
|
|
>
|
|
>
|
|
<view class="info-p"
|
|
<view class="info-p"
|
|
- >邮箱:<text>{{ clubInfo.contractEmail }}</text></view
|
|
|
|
|
|
+ v-if="clubInfo.contractEmail">邮箱:<text>{{ clubInfo.contractEmail }}</text></view
|
|
>
|
|
>
|
|
<view class="info-p" v-if="clubInfo.shopPhoto">门头照:</view>
|
|
<view class="info-p" v-if="clubInfo.shopPhoto">门头照:</view>
|
|
<view class="info-img" v-if="clubInfo.shopPhoto"><image :src="clubInfo.shopPhoto" alt=""/></view>
|
|
<view class="info-img" v-if="clubInfo.shopPhoto"><image :src="clubInfo.shopPhoto" alt=""/></view>
|