1 |
- <view class="content data-v-7fcc1cca"><scroll-view class="scroll-box data-v-7fcc1cca" 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-7fcc1cca" vue-id="{{'79b7fd7c-1-'+index}}" foot-border-top="{{false}}" padding="0" margin="10px" borderRadius="40" data-event-opts="{{[['^click',[['goToVenueDetail',['$0'],[[['tableList','',index]]]]]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['body']}}"><view class="card-content data-v-7fcc1cca" slot="body"><u-image vue-id="{{('79b7fd7c-2-'+index)+','+('79b7fd7c-1-'+index)}}" src="{{item.url}}" mode="aspectFill" height="30vw" border-radius="10px 10px 0 0 " class="data-v-7fcc1cca" bind:__l="__l"></u-image><view class="card-info-text data-v-7fcc1cca">{{item.name}}</view></view></u-card></block><block wx:if="{{isOver}}"><u-divider vue-id="79b7fd7c-3" bg-color="transparent" class="data-v-7fcc1cca" bind:__l="__l" vue-slots="{{['default']}}">没有更多了</u-divider></block></scroll-view><u-top-tips vue-id="79b7fd7c-4" data-ref="uTips" class="data-v-7fcc1cca vue-ref" bind:__l="__l"></u-top-tips></view>
|