studentInfo.wxml 3.2 KB

1
  1. <view class="content data-v-6bfad76e"><scroll-view class="scroll-box data-v-6bfad76e" scroll-y="{{true}}" refresher-enabled="{{type!=1}}" 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"><u-cell-group vue-id="012bb62d-1" class="data-v-6bfad76e" bind:__l="__l" vue-slots="{{['default']}}"><u-cell-item vue-id="{{('012bb62d-2')+','+('012bb62d-1')}}" arrow="{{false}}" title-style="{{({width:'100%'})}}" class="data-v-6bfad76e" bind:__l="__l" vue-slots="{{['title']}}"><view style="display:flex;justify-content:center;" slot="title" class="data-v-6bfad76e"><u-avatar vue-id="{{('012bb62d-3')+','+('012bb62d-2')}}" src="{{studentInfo.studentImg||studentInfo.url}}" size="140" class="data-v-6bfad76e" bind:__l="__l"></u-avatar></view></u-cell-item><u-cell-item vue-id="{{('012bb62d-4')+','+('012bb62d-1')}}" title="学生姓名" value="{{studentInfo.studentName||studentInfo.name}}" arrow="{{false}}" class="data-v-6bfad76e" bind:__l="__l"></u-cell-item><u-cell-item vue-id="{{('012bb62d-5')+','+('012bb62d-1')}}" title="家长姓名" value="{{studentInfo.fatherName||studentInfo.parentName}}" arrow="{{false}}" class="data-v-6bfad76e" bind:__l="__l"></u-cell-item><u-cell-item vue-id="{{('012bb62d-6')+','+('012bb62d-1')}}" title="学生性别" value="{{studentInfo.sex}}" arrow="{{false}}" class="data-v-6bfad76e" bind:__l="__l"></u-cell-item><u-cell-item vue-id="{{('012bb62d-7')+','+('012bb62d-1')}}" title="学生年龄" value="{{studentInfo.age}}" arrow="{{false}}" class="data-v-6bfad76e" bind:__l="__l"></u-cell-item><u-cell-item vue-id="{{('012bb62d-8')+','+('012bb62d-1')}}" title="手机号码" value="{{studentInfo.phone}}" arrow="{{false}}" class="data-v-6bfad76e" bind:__l="__l"></u-cell-item><u-cell-item vue-id="{{('012bb62d-9')+','+('012bb62d-1')}}" title="{{type==1?'成长历程':'沟通记录'}}" arrow="{{false}}" title-style="{{({fontSize:'16px',fontWeight:'bold'})}}" class="data-v-6bfad76e" bind:__l="__l"></u-cell-item><block wx:for="{{tableList}}" wx:for-item="item" wx:for-index="index1" wx:key="index1"><u-cell-item vue-id="{{('012bb62d-10-'+index1)+','+('012bb62d-1')}}" title="{{type==1?item.name:item.coachName}}" value="{{item.time}}" label="{{item.content}}" arrow="{{false}}" title-style="{{({fontSize:'14px',fontWeight:'bold'})}}" class="data-v-6bfad76e" bind:__l="__l"></u-cell-item></block></u-cell-group><block wx:if="{{item.isOver}}"><u-divider vue-id="012bb62d-11" bg-color="transparent" class="data-v-6bfad76e" bind:__l="__l" vue-slots="{{['default']}}">没有更多了</u-divider></block></scroll-view><view class="handle-fix-box data-v-6bfad76e"><u-button vue-id="012bb62d-12" type="warning" shape="circle" ripple="{{true}}" custom-style="{{customStyle}}" data-event-opts="{{[['^click',[['goToRecordForm']]]]}}" bind:click="__e" class="data-v-6bfad76e" bind:__l="__l" vue-slots="{{['default']}}">{{type==1?'填写历程':'填写沟通记录'}}</u-button></view><u-top-tips vue-id="012bb62d-13" data-ref="uTips" class="data-v-6bfad76e vue-ref" bind:__l="__l"></u-top-tips></view>