Commit be960036 authored by 王玉鑫's avatar 王玉鑫

feat: 对接人电话

parent 04897e4b
......@@ -18,23 +18,18 @@
class="common-detail__icon"
src="@/static/img/icon-share.png"
></image>
<span style="flex: none;">分享</span>
<span style="flex: none">分享</span>
</div>
<div
class="flex align-center justify-center common-detail__contact-btn"
:class="{ disabled: !detail.contactPerson }"
@tap="handleContact"
>
<template v-if="!detail.contactPerson">
<!-- todo 图标 -->
<image
class="common-detail__icon"
src="@/static/img/icon-phone.png"
></image>
<span class="common-detail__contact-content" @tap="handleContact"
>电话联系对接人</span
>
</template>
<span v-else class="common-detail__contact-content">暂无对接人</span>
<span class="common-detail__contact-content">电话联系对接人</span>
</div>
<!-- 联系人弹窗 -->
<call-service
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment