list.wxml 1.9 KB

1
  1. <view class="order-page data-v-4fa4eb15"><view class="input-wrap data-v-4fa4eb15"><app-search-module vue-id="b60e0ede-1" placeholder="请输入客户,支持拼音首字母搜索" value="{{name}}" data-event-opts="{{[['^search',[['searchFn']]],['^input',[['__set_model',['','name','$event',[]]]]]]}}" bind:search="__e" bind:input="__e" class="data-v-4fa4eb15" bind:__l="__l"></app-search-module></view><scroll-view class="shop-list data-v-4fa4eb15" scroll-y="{{true}}"><block wx:if="{{!$root.g0}}"><block class="data-v-4fa4eb15"><block wx:for="{{list.data}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="shop-item data-v-4fa4eb15"><view data-event-opts="{{[['tap',[['gotoDetailsEvent',['$0'],[[['list.data','',index]]]]]]]}}" class="item-header data-v-4fa4eb15" bindtap="__e"><image class="logo data-v-4fa4eb15" src="{{item.smallAvatar}}" alt="商品图"></image><text class="name data-v-4fa4eb15">{{item.name+''}}</text></view><view class="item-main data-v-4fa4eb15"><view data-event-opts="{{[['tap',[['callUp',['$0'],[[['list.data','',index,'mobile']]]]]]]}}" class="phone data-v-4fa4eb15" bindtap="__e"><view class="iconfont icondianhua1 _i data-v-4fa4eb15"></view>{{''+item.mobile}}</view><view data-event-opts="{{[['tap',[['gotoDetailsEvent',['$0'],[[['list.data','',index]]]]]]]}}" class="price data-v-4fa4eb15" bindtap="__e">{{"-"+item.debtAmount+''}}<text class="iconfont iconxiangyou data-v-4fa4eb15"></text></view></view></view></block></block></block><block wx:else><block class="data-v-4fa4eb15"><app-wrapper-empty vue-id="b60e0ede-2" title="暂无记录" is-empty="{{$root.g1}}" class="data-v-4fa4eb15" bind:__l="__l"></app-wrapper-empty></block></block></scroll-view><view class="bar-view data-v-4fa4eb15"><view class="price-view data-v-4fa4eb15">{{'共'+customNum+'个客户,合计'}}<text class="unit data-v-4fa4eb15">¥</text><text class="price data-v-4fa4eb15">{{'-'+debtAmount+''}}</text></view></view></view>