51 lines
1.4 KiB
Plaintext
51 lines
1.4 KiB
Plaintext
<!-- 交卷头部 -->
|
||
<view class="exampaperhead">
|
||
<view class="headup">
|
||
<text>{{list.zdf}}</text>
|
||
</view>
|
||
<view class="headdown">
|
||
<text>总分{{list.zf}}分</text>
|
||
</view>
|
||
</view>
|
||
<!-- 交卷头部 -->
|
||
|
||
<!-- 提卷内容 -->
|
||
|
||
<view class="subitexamcontent" wx:for="{{list.item}}" wx:for-index="index" wx:for-item="item" wx:key="index">
|
||
<view class="examcontentup">
|
||
<text>{{item.title}}(正确率{{item.itemright}}%)</text>
|
||
</view>
|
||
|
||
<view class="examcontentdown">
|
||
<view class="downitem" wx:for="{{item.itemdata}}" 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="examtiems">
|
||
<text>{{list.zf}}</text>
|
||
</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/examfootercircle2.png" id="2" bindtap="viewallexplain"></image>
|
||
</view>
|
||
</view>
|
||
<!-- 试卷解析 --> |