|
@@ -98,13 +98,13 @@
|
98
|
98
|
<div class="bottom borderBottomNone" @click.stop>
|
99
|
99
|
<span style="width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;">
|
100
|
100
|
<template v-if="item.contactsInformation">
|
101
|
|
- 联系电话:
|
|
101
|
+ 联系:
|
102
|
102
|
<a :href="'tel:' + item.contactsInformation"><i class="iconfont icon-shouji"></i>{{ item.contactsInformation }}</a>
|
103
|
103
|
</template>
|
104
|
104
|
</span>
|
105
|
105
|
<span class="flex">
|
106
|
106
|
<template v-if="item.incomingPhone">
|
107
|
|
- 来电电话:
|
|
107
|
+ 来电:
|
108
|
108
|
<a :href="'tel:' + item.incomingPhone"><i class="iconfont icon-shouji"></i>{{ item.incomingPhone }}</a>
|
109
|
109
|
</template>
|
110
|
110
|
</span>
|