Browse Source

no message

feature/v2.2
xpz2018 4 years ago
parent
commit
8fd276c5f7
1 changed files with 3 additions and 3 deletions
  1. 6
      pages/home/customer-list/index.wxml

6
pages/home/customer-list/index.wxml

@ -16,7 +16,7 @@
</view>
<view wx:for-item="pageItem" wx:for-index="pageIndex" wx:for="{{orderList}}" wx:key="pageIndex">
<van-cell clickable wx:for="{{pageItem}}" wx:key="index">
<view slot="title" class="flex flex-justify" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="qrcodeCustomer">
<view slot="title" class="flex flex-justify" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="customerInfo">
<van-image round width="80rpx" height="80rpx" src="{{ item.avatarUrl || '/assets/image/ygImg.png' }}" />
<view style="margin-left:18rpx;width:100%;flex:1">
<view class="text-sg text-bold">{{item.name || ''}}</view>
@ -57,7 +57,7 @@
<view class="text-empty">{{loading? '正在搜索' : '暂无数据'}}</view>
</view>
<van-cell clickable wx:for="{{searchList}}" wx:key="index">
<view slot="title" class="flex flex-justify" data-index="{{index}}" bindtap="qrcodeCustomer">
<view slot="title" class="flex flex-justify" data-index="{{index}}" bindtap="customerInfo">
<!-- <van-image round width="80rpx" height="80rpx" src="{{ item.avatarUrl || '/assets/image/ygImg.png' }}" /> -->
<view style="width:100%;flex:1">
<view class="text-sg text-bold">{{item.name || ''}}</view>
@ -77,7 +77,7 @@
<text class="text-sg" style="line-height:50rpx;padding-left:32rpx">{{pageItem.sign}}</text>
</view>
<van-cell clickable wx:for="{{pageItem.data}}" wx:key="index">
<view slot="title" class="flex flex-justify" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="qrcodeCustomer">
<view slot="title" class="flex flex-justify" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="customerInfo">
<!-- <van-image round width="80rpx" height="80rpx" src="{{ item.avatarUrl || '/assets/image/ygImg.png' }}" /> -->
<view style="width:100%;flex:1">
<view class="text-sg text-bold">{{item.name || ''}}</view>

Loading…
Cancel
Save