39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
<!-- 交卷头部 -->
|
||
<view class="exampaperhead">
|
||
<view class="headup">
|
||
<van-circle value="{{listdata.rightdata}}" text="正确率{{listdata.rightdata}}%" layer-color="#fafafa" color="#23d0d7"/>
|
||
</view>
|
||
</view>
|
||
<!-- 交卷头部 -->
|
||
|
||
<!-- 提卷内容 -->
|
||
|
||
<view class="subitexamcontent">
|
||
<view class="examcontentup">
|
||
<text>{{listdata.grouppapername}}(正确率{{listdata.rightdata}}%)</text>
|
||
</view>
|
||
<view class="examcontentdown">
|
||
<view class="downitem" wx:for="{{list}}" wx:for-index="index" wx:for-item="item" wx:key="index">
|
||
<image src="{{item.pics1}}" wx:if="{{item.righterr==1}}"></image>
|
||
<image src="{{item.pics2}}" wx:if="{{item.righterr==2}}"></image>
|
||
<image src="{{item.pics3}}" wx:if="{{item.righterr==3}}"></image>
|
||
<view class="charclass">
|
||
<text>{{index+1}}</text>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
<!-- 提卷内容 -->
|
||
|
||
<!-- 试卷解析 -->
|
||
<view class="examanalysis">
|
||
<view class="alysisleft">
|
||
<image src="https://ndnd.duiduiedu.com/uploads/pics/examfootercircle2.png" id="1" bindtap="viewallexplain"></image>
|
||
</view>
|
||
|
||
<view class="alysisright">
|
||
<image src="https://ndnd.duiduiedu.com/uploads/pics/examfootercircle.png" id="2" bindtap="viewallexplain"></image>
|
||
</view>
|
||
</view>
|
||
<!-- 试卷解析 --> |