gf-tel.wxml 1.1 KB

1
  1. <view class="gf-tel"><u-popup bind:input="__e" vue-id="595231e2-1" mode="center" border-radius="20" closeable="{{true}}" value="{{showchatlist}}" data-event-opts="{{[['^input',[['__set_model',['','showchatlist','$event',[]]]]]]}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="chat-list"><view class="worker-hrader"><text>隐私电话</text></view><block wx:if="{{$root.g0>0}}"><scroll-view style="height:60vh;" scroll-y="true"><block wx:for="{{worker_list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['totel',['$0'],[[['worker_list','',index]]]]]]]}}" class="worker-item u-flex" bindtap="__e"><image class="img1" src="{{item.headimg}}" mode></image><text class="text1 u-flex-1">{{item.name}}</text><u-icon vue-id="{{('595231e2-2-'+index)+','+('595231e2-1')}}" name="phone-fill" color="#1677FF" size="40" bind:__l="__l"></u-icon></view></block></scroll-view></block><block wx:else><view style="height:60vh;"><u-empty vue-id="{{('595231e2-3')+','+('595231e2-1')}}" text="暂无数据" mode="list" bind:__l="__l"></u-empty></view></block></view></u-popup></view>