duidui_mini_program/pages/exampaper/exampaper.wxml
2026-03-27 10:41:46 +08:00

51 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- 交卷头部 -->
<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>
<!-- 试卷解析 -->