todayEnroll.wxml 2.0 KB

1
  1. <view class="content data-v-79c58bb8"><scroll-view class="scroll-box data-v-79c58bb8" 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"><view class="census-box data-v-79c58bb8"><view class="census-text data-v-79c58bb8">{{censusInfo.time}}</view><view class="census-text data-v-79c58bb8">新增学员:<text class="data-v-79c58bb8">{{censusInfo.newCount}}</text></view></view><block wx:for="{{tableList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><u-card class="card-box data-v-79c58bb8" vue-id="{{'beeae93c-1-'+index}}" show-head="{{false}}" show-foot="{{false}}" margin="10px 15px" borderRadius="40" bind:__l="__l" vue-slots="{{['body']}}"><view class="card-content data-v-79c58bb8" slot="body"><view class="student-info data-v-79c58bb8"><view class="info-name data-v-79c58bb8">{{item.studentName}}</view><view class="{{['info-type data-v-79c58bb8',item.status==1?'info-type-active':'']}}">{{item.status==0?'未报名':'已报名'}}</view><view class="info-name data-v-79c58bb8" style="clear:left;">{{item.parentName}}</view><view class="info-phone data-v-79c58bb8">{{item.parentPhone}}</view></view><u-image vue-id="{{('beeae93c-2-'+index)+','+('beeae93c-1-'+index)}}" width="28px" height="28px" src="{{item.type==1?iconPath1:iconPath2}}" class="data-v-79c58bb8" bind:__l="__l"></u-image></view></u-card></block><block wx:if="{{isOver}}"><u-divider style="{{'padding-top:'+(tableList.length==0?'10px':'')+';'}}" vue-id="beeae93c-3" bg-color="transparent" class="data-v-79c58bb8" bind:__l="__l" vue-slots="{{['default']}}">没有更多了</u-divider></block></scroll-view><u-top-tips vue-id="beeae93c-4" data-ref="uTips" class="data-v-79c58bb8 vue-ref" bind:__l="__l"></u-top-tips></view>