30856, 30854

This commit is contained in:
liuye
2022-08-16 15:38:38 +08:00
parent db11ad7f63
commit 5ffdbb66a8
2 changed files with 8 additions and 6 deletions

View File

@@ -50,11 +50,11 @@
<span class="label">楼栋长</span>
<span
class="value">{{ detailInfo.build.managerName || '' }}
<!-- &nbsp;&nbsp;{{
&nbsp;&nbsp;{{
detailInfo.build.managerPhone || ''
}}
<img :src="$cdn + 'common/phone.png'" alt="" @click="callPhone(detailInfo.build.managerPhone)"
class="phone-icon" v-if="detailInfo.build.managerPhone"> -->
class="phone-icon" v-if="detailInfo.build.managerPhone">
</span>
</div>
</div>
@@ -92,9 +92,9 @@
<span class="label">楼栋长</span>
<span
class="value">{{ building.managerName || '' }}
<!-- &nbsp;&nbsp;{{ building.managerPhone || '' }}
&nbsp;&nbsp;{{ building.managerPhone || '' }}
<img :src="$cdn + 'common/phone.png'" alt="" @click="callPhone(detailInfo.build.managerPhone)"
class="phone-icon" v-if="detailInfo.build.managerPhone"> -->
class="phone-icon" v-if="detailInfo.build.managerPhone">
</span>
</div>
</div>