30856, 30854
This commit is contained in:
@@ -50,11 +50,11 @@
|
||||
<span class="label">楼栋长</span>
|
||||
<span
|
||||
class="value">{{ detailInfo.build.managerName || '' }}
|
||||
<!-- {{
|
||||
{{
|
||||
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 || '' }}
|
||||
<!-- {{ building.managerPhone || '' }}
|
||||
{{ 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>
|
||||
|
||||
Reference in New Issue
Block a user