27 lines
804 B
Plaintext
27 lines
804 B
Plaintext
|
|
<!-- 提卷内容 -->
|
|
|
|
<view class="subitexamcontent">
|
|
<view class="examcontentup">
|
|
<text>{{listdata.grouppapername}}</text>
|
|
</view>
|
|
<view class="examcontentdown">
|
|
<view class="downitem" bindtap="jumpitem" data-id="{{item.id}}" wx:for="{{list}}" wx:for-index="index" wx:for-item="item" wx:key="index">
|
|
<image src="{{item.pics1}}" wx:if="{{item.isas==1}}"></image>
|
|
<image src="{{item.pics3}}" wx:else></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/daitika.png" id="1" bindtap="viewallexplain"></image>
|
|
</view>
|
|
</view>
|
|
<!-- 试卷解析 --> |