|
|
@ -59,8 +59,9 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<!--只有注册了member表的账号才可操作IM对话--> |
|
|
<view style="width: 15%;"> |
|
|
<view style="width: 15%;"> |
|
|
<image src="@/static/images/index/message.png" class="image" @click="openViewMyMessage(v)"></image> |
|
|
<image v-if="v.customerResource.member_id" src="@/static/images/index/message.png" class="image" @click="openViewMyMessage(v)"></image> |
|
|
</view> |
|
|
</view> |
|
|
<view style="width: 15%;"> |
|
|
<view style="width: 15%;"> |
|
|
<image v-if="v.customerResource.phone_number" src="@/static/images/index/phone.png" class="image" @click="dialTel(v)"></image> |
|
|
<image v-if="v.customerResource.phone_number" src="@/static/images/index/phone.png" class="image" @click="dialTel(v)"></image> |
|
|
|