orderList.wxml 1.8 KB

1
  1. <view class="content data-v-d1788b9c"><scroll-view class="scroll-box data-v-d1788b9c" 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-d1788b9c" 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-d1788b9c" style="padding-top:10px;" slot="head"><view class="class-name data-v-d1788b9c">{{item.studentName}}</view></view><view class="class-content data-v-d1788b9c" slot="body"><view class="class-info-text data-v-d1788b9c"><u-icon vue-id="{{('1ffd6a8a-2-'+index)+','+('1ffd6a8a-1-'+index)}}" name="order" class="data-v-d1788b9c" bind:__l="__l"></u-icon>{{'订单号:'+item.orderNo+''}}</view><view class="class-info-text data-v-d1788b9c"><u-icon vue-id="{{('1ffd6a8a-3-'+index)+','+('1ffd6a8a-1-'+index)}}" name="clock" class="data-v-d1788b9c" 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-d1788b9c" bind:__l="__l" vue-slots="{{['default']}}">没有更多了</u-divider></block></scroll-view><u-top-tips vue-id="1ffd6a8a-5" data-ref="uTips" class="data-v-d1788b9c vue-ref" bind:__l="__l"></u-top-tips></view>