|
|
|
@ -448,8 +448,8 @@ |
|
|
|
|
|
|
|
<!--数据列表--> |
|
|
|
<view class="ul" v-else> |
|
|
|
<view class="li" v-for="(v,k) in clientUserList" :key="k"> |
|
|
|
<view class="left_box" @click="openViewClueInfo(v)"> |
|
|
|
<view class="li" v-for="(v,k) in clientUserList" :key="k" @click="openViewClueInfo(v)"> |
|
|
|
<view class="left_box"> |
|
|
|
<view class="box_1"> |
|
|
|
<image |
|
|
|
class="img" |
|
|
|
@ -496,8 +496,8 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="right_box"> |
|
|
|
<image v-if="v.member_id" class="img" :src="$util.img('/uniapp_src/static/images/index/message.png')" @click="openViewMyMessage(v)"></image> |
|
|
|
<image v-if="v.phone_number" class="img" :src="$util.img('/uniapp_src/static/images/index/phone.png')" @click="dialTel(v)"></image> |
|
|
|
<!-- <image v-if="v.member_id" class="img" :src="$util.img('/uniapp_src/static/images/index/message.png')" @click="openViewMyMessage(v)"></image>--> |
|
|
|
<!-- <image v-if="v.phone_number" class="img" :src="$util.img('/uniapp_src/static/images/index/phone.png')" @click="dialTel(v)"></image>--> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|