1 |
- <view class="gf-tel"><u-popup bind:input="__e" vue-id="5950c5c1-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 tt:if="{{worker_list.length>0}}"><scroll-view style="height:60vh;" scroll-y="true"><block tt:for="{{worker_list}}" tt:for-item="item" tt:for-index="index" tt: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="{{('5950c5c1-2-'+index)+','+('5950c5c1-1')}}" name="phone-fill" color="#1677FF" size="40" bind:__l="__l"></u-icon></view></block></scroll-view></block><block tt:else><view style="height:60vh;"><u-empty vue-id="{{('5950c5c1-3')+','+('5950c5c1-1')}}" text="暂无数据" mode="list" bind:__l="__l"></u-empty></view></block></view></u-popup></view>
|