1 line
1.0 KiB
Plaintext
1 line
1.0 KiB
Plaintext
<block wx:if="{{StudentScore==0}}"><view class="tops"><view class="zanwuchengji"><image src="../../static/zanwuchengji.png" mode></image><view class="words">暂无内容</view></view></view></block><block wx:else><view class="content"><block wx:for="{{StudentScore}}" wx:for-item="item" wx:for-index="__i0__"><view class="top"><view class="itemback"><view class="bindtitle">{{'批次编号:'+item.batchCode+''}}</view><view class="time">{{''+item.batchDate+''}}</view></view><view class="name">{{''+item.studentName+''}}</view><view class="grade">{{''+item.totalFraction+''}}<label class="_span">分</label></view><view data-event-opts="{{[['tap',[['lookbook',['$0'],[[['StudentScore','',__i0__]]]]]]]}}" class="baogao" bindtap="__e"><view class="image"></view><block wx:if="{{item.existFlag==false}}"><view class="look">暂无报告</view></block><block wx:else><view class="lookreport">查看报告</view></block></view></view></block><u-toast class="vue-ref" vue-id="129ba790-1" data-ref="uToast" bind:__l="__l"></u-toast></view></block> |