orderList.wxml 1.8 KB

1
  1. <view class="content data-v-50845408"><scroll-view class="scroll-box data-v-50845408" scroll-y="{{true}}" refresher-enabled="{{true}}" refresher-triggered="{{triggered}}" refresher-threshold="{{100}}" refresher-background="white" data-event-opts="{{[['refresherrefresh',[['onRefresh',['$event']]]],['refresherrestore',[['onRestore',['$event']]]]]}}" bindrefresherrefresh="__e" bindrefresherrestore="__e"><block wx:for="{{tableList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><u-card class="class-card data-v-50845408" vue-id="{{'1ffd6a8a-1-'+index}}" head-border-bottom="{{false}}" foot-border-top="{{false}}" padding="0px" margin="10px" borderRadius="40" data-event-opts="{{[['^click',[['goToOrderDetail',['$0'],[[['tableList','',index]]]]]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['head','body']}}"><view class="class-content data-v-50845408" style="padding-top:10px;" slot="head"><view class="class-name data-v-50845408">{{item.studentName}}</view></view><view class="class-content data-v-50845408" slot="body"><view class="class-info-text data-v-50845408"><u-icon vue-id="{{('1ffd6a8a-2-'+index)+','+('1ffd6a8a-1-'+index)}}" name="order" class="data-v-50845408" bind:__l="__l"></u-icon>{{'订单号:'+item.orderNo+''}}</view><view class="class-info-text data-v-50845408"><u-icon vue-id="{{('1ffd6a8a-3-'+index)+','+('1ffd6a8a-1-'+index)}}" name="clock" class="data-v-50845408" bind:__l="__l"></u-icon>{{'报名时间:'+item.applyTime+''}}</view></view></u-card></block><block wx:if="{{isOver}}"><u-divider vue-id="1ffd6a8a-4" bg-color="transparent" class="data-v-50845408" bind:__l="__l" vue-slots="{{['default']}}">没有更多了</u-divider></block></scroll-view><u-top-tips vue-id="1ffd6a8a-5" data-ref="uTips" class="data-v-50845408 vue-ref" bind:__l="__l"></u-top-tips></view>