This commit is contained in:
shijingjing
2022-04-20 18:23:32 +08:00
parent b45ad4a3c9
commit cb904385c3
2 changed files with 5 additions and 1 deletions

View File

@@ -53,7 +53,10 @@
<h2>联络信息</h2>
<div class="item">
<span>联系方式</span>
<span style="color: #4181FF" @click="callPhone(data.phone)">{{ data.phone || '' }}</span>
<span style="color: #4181FF" @click="callPhone(data.phone)">
<u-icon name="phone" color="#4181FF" size="28" style="display: inline-block;" v-if="data.phone"></u-icon>
{{ data.phone || '' }}
</span>
</div>
<div class="items">
<p>现住址</p>