1 |
- <view class="content data-v-254972f5"><view class="venue-box data-v-254972f5"><block wx:for="{{venueList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><u-card class="venue-card data-v-254972f5" vue-id="{{'f835269e-1-'+index}}" head-border-bottom="{{false}}" foot-border-top="{{false}}" title-size="32" padding="0" margin="10px" data-event-opts="{{[['^click',[['goToVenueDetail',['$0'],[[['venueList','',index]]]]]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['head','body','foot']}}"><view class="venue-content data-v-254972f5" style="padding-top:10px;" slot="head"><view class="venue-name data-v-254972f5">{{item.name}}</view></view><view class="venue-content data-v-254972f5" slot="body"><view class="info-text data-v-254972f5"><u-icon vue-id="{{('f835269e-2-'+index)+','+('f835269e-1-'+index)}}" name="car" class="data-v-254972f5" bind:__l="__l"></u-icon>{{'距您'+item.distance+''}}</view><view class="info-text data-v-254972f5"><u-icon vue-id="{{('f835269e-3-'+index)+','+('f835269e-1-'+index)}}" name="map" class="data-v-254972f5" bind:__l="__l"></u-icon>{{''+item.address+''}}</view></view><view class="venue-content data-v-254972f5" style="text-align:right;" slot="foot"><u-button vue-id="{{('f835269e-4-'+index)+','+('f835269e-1-'+index)}}" type="warning" shape="circle" ripple="{{true}}" custom-style="{{handleCustomStyle}}" size="mini" data-event-opts="{{[['^click',[['goToVenueDetail',['$0'],[[['venueList','',index]]]]]]]}}" bind:click="__e" class="data-v-254972f5" bind:__l="__l" vue-slots="{{['default']}}">预约</u-button></view></u-card></block></view></view>
|