1 |
- <view class="content data-v-f08c6410"><scroll-view class="scroll-box data-v-f08c6410" scroll-y="{{true}}" refresher-enabled="{{true}}" refresher-triggered="{{triggered}}" refresher-threshold="{{100}}" refresher-background="white" data-event-opts="{{[['scrolltolower',[['handleLoadMore',['$event']]]],['refresherrefresh',[['onRefresh',['$event']]]],['refresherrestore',[['onRestore',['$event']]]]]}}" bindscrolltolower="__e" bindrefresherrefresh="__e" bindrefresherrestore="__e"><block wx:for="{{tableList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><u-card class="card-container data-v-f08c6410" vue-id="{{'57689fc6-1-'+index}}" foot-border-top="{{false}}" padding="0" margin="10px" borderRadius="40" bind:__l="__l" vue-slots="{{['head','body','foot']}}"><view class="card-content data-v-f08c6410" style="display:flex;" slot="head"><view class="card-img data-v-f08c6410"><u-avatar vue-id="{{('57689fc6-2-'+index)+','+('57689fc6-1-'+index)}}" src="{{item.url}}" size="100" class="data-v-f08c6410" bind:__l="__l"></u-avatar></view><view class="data-v-f08c6410"><view class="card-title data-v-f08c6410">{{item.name}}</view><view class="card-info-text data-v-f08c6410">{{"手机号:"+item.phone}}</view><view class="card-info-text data-v-f08c6410">{{"地址:"+item.address}}</view></view></view><view class="card-content data-v-f08c6410" slot="body"><view class="card-info-text data-v-f08c6410">{{item.remark}}</view></view><view class="card-content data-v-f08c6410" style="padding-top:0;" slot="foot"><view class="card-info-text data-v-f08c6410" style="text-align:right;">{{item.time}}</view></view></u-card></block><block wx:if="{{isOver}}"><u-divider vue-id="57689fc6-3" bg-color="transparent" class="data-v-f08c6410" bind:__l="__l" vue-slots="{{['default']}}">没有更多了</u-divider></block></scroll-view><u-top-tips vue-id="57689fc6-4" data-ref="uTips" class="data-v-f08c6410 vue-ref" bind:__l="__l"></u-top-tips></view>
|