| 1 |
- <view data-event-opts="{{[['tap',[['lessonItemOnTap',['$event']]]]]}}" class="bg-white lesson-item u-flex-column data-v-0526985f" style="{{'border-left:'+('5px solid '+mainColor)+';'}}" bindtap="__e"><view class="flex justify-between margin-sm data-v-0526985f"><text style="{{'color:'+(mainColor)+';'}}" class="data-v-0526985f">{{startTime+' - '+endTime}}</text><block wx:if="{{lessonStatus}}"><text class="lesson-status text-xs round data-v-0526985f" style="{{'background-color:'+(mainColor)+';'}}">{{lessonStatus}}</text></block></view><text class="margin-sm text-lg data-v-0526985f">{{data.text_book_name||'暂无课本名称'}}</text><view class="flex justify-start align-center margin-sm data-v-0526985f"><uni-icons vue-id="c0a616f2-1" type="location" class="data-v-0526985f" bind:__l="__l"></uni-icons><text class="padding-lr-xs text-sm text-gray data-v-0526985f">{{data.school_address||'暂无地址'}}</text></view><view class="bg-gray margin-sm data-v-0526985f" style="height:1px;"></view><view class="margin-lr-sm padding-bottom-sm flex justify-start align-start data-v-0526985f"><text class="text-gray text-sm data-v-0526985f">学员:</text><block wx:if="{{data.stu_list}}"><view class="flex flex-wrap data-v-0526985f" style="flex:1;"><block wx:for="{{data.stu_list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="margin-lr-sm data-v-0526985f"><text class="text-gray text-sm data-v-0526985f">{{''+item.stu_name+''}}</text></view></block></view></block><block wx:else><text class="text-gray text-sm margin-lr-sm data-v-0526985f">暂无学员</text></block></view></view>
|