You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
2.2 KiB
1 lines
2.2 KiB
<view class="content data-v-01e9ec52"><scroll-view style="height:1000px;" scroll-y="true" scroll-into-view="{{intoindex}}" class="data-v-01e9ec52"><block wx:for="{{$root.l1}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="li data-v-01e9ec52" id="{{'text'+index}}"><view class="tit data-v-01e9ec52">{{''+(index+1)+"、"}}<view class="content data-v-01e9ec52"><rich-text nodes="{{item.$orig.title}}"></rich-text></view></view><block wx:if="{{item.$orig.title_img}}"><view class="title_img data-v-01e9ec52"><image mode="widthFix" src="{{item.$orig.title_img}}" class="data-v-01e9ec52"></image></view></block><block wx:if="{{item.$orig.title_video}}"><view class="title_video data-v-01e9ec52"><video src="{{item.$orig.title_video}}" class="data-v-01e9ec52"></video></view></block><block wx:for="{{item.l0}}" wx:for-item="a" wx:for-index="index" wx:key="index"><view class="{{['con','data-v-01e9ec52',(a.$orig.name==item.g0)?'right':'',(a.g1)?'wrong':'']}}">{{''+a.$orig.name+"."+a.$orig.value+''}}<view class="mark data-v-01e9ec52"><block wx:if="{{a.$orig.name==item.g2}}"><image src="{{a.m0}}" class="data-v-01e9ec52"></image></block><block wx:else><block wx:if="{{a.g3}}"><image src="/static/icon-study-wrong.png" class="data-v-01e9ec52"></image></block></block></view></view></block><view class="choice-wrap data-v-01e9ec52"><view class="choice-item data-v-01e9ec52"><text class="title data-v-01e9ec52">正确答案:</text><text class="correct data-v-01e9ec52">{{item.g4}}</text></view><view class="choice-item data-v-01e9ec52"><text class="title data-v-01e9ec52">你的答案:</text><text class="{{['correct','data-v-01e9ec52',(!item.$orig.is_correct&&item.$orig.your_answer)?'wrong':'']}}">{{''+(item.$orig.your_answer?item.g5:'-')+''}}</text></view></view></view></block></scroll-view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="card-bottom _div data-v-01e9ec52" bindtap="__e">答题卡</view><pop-card vue-id="3b541ef4-1" showPop="{{showCard}}" successNum="{{correct_num}}" errorNum="{{error_num}}" list="{{list}}" data-event-opts="{{[['^selItem',[['selCardItem']]],['^close',[['e1']]]]}}" bind:selItem="__e" bind:close="__e" class="data-v-01e9ec52" bind:__l="__l"></pop-card></view> |