|
@@ -5,7 +5,7 @@
|
|
|
<view class="search-input ddflex fflex">
|
|
<view class="search-input ddflex fflex">
|
|
|
<image src="/static/images/ssico.png"></image>
|
|
<image src="/static/images/ssico.png"></image>
|
|
|
<input @confirm="searchFn" confirm-type="search" @input="searchFn" v-model="searchVal" class="fflex"
|
|
<input @confirm="searchFn" confirm-type="search" @input="searchFn" v-model="searchVal" class="fflex"
|
|
|
- placeholder="请输入客户昵称" />
|
|
|
|
|
|
|
+ placeholder="请输入客户昵称或真实姓名" />
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="filter ddflex">
|
|
<view class="filter ddflex">
|
|
@@ -57,7 +57,7 @@
|
|
|
<image class="register-title-icon" :src="item.avatar?item.avatar:'/static/images/userimg.png'"></image>
|
|
<image class="register-title-icon" :src="item.avatar?item.avatar:'/static/images/userimg.png'"></image>
|
|
|
<view class="flex" style="min-width: 0;">
|
|
<view class="flex" style="min-width: 0;">
|
|
|
<view class="ddflex">
|
|
<view class="ddflex">
|
|
|
- <view class="card-name fflex tover">{{item.nickName?item.nickName:''}}</view>
|
|
|
|
|
|
|
+ <view class="card-name fflex tover">{{item.nickName?item.nickName:''}}<text v-if="item.realName">({{item.realName}})</text></view>
|
|
|
<view v-if="item.mobile">
|
|
<view v-if="item.mobile">
|
|
|
<image style="width: 140rpx;height: 64rpx;margin-left: 20rpx;" src="/mine/static/images/lx.png" @click.stop="goPhone(item.mobile)"></image>
|
|
<image style="width: 140rpx;height: 64rpx;margin-left: 20rpx;" src="/mine/static/images/lx.png" @click.stop="goPhone(item.mobile)"></image>
|
|
|
</view>
|
|
</view>
|