|
|
@@ -28,10 +28,7 @@
|
|
|
<panduan :question="item" showError v-if="item.type == '2'"></panduan>
|
|
|
<tiankong :question="item" showError v-if="item.type == '3'"
|
|
|
:placeholders="item.placeholders"></tiankong>
|
|
|
- <tiankong :question="item" showError v-if="item.type == '3'"
|
|
|
- :placeholders="item.placeholders"></tiankong>
|
|
|
- <yingyu code="cj" :question="item" showError v-if="item.type == '4'"
|
|
|
- :placeholders="item.placeholders"></yingyu>
|
|
|
+ <yingyu code="cj" :question="item" showError v-if="item.type == '4'" :placeholders="item.placeholders"></yingyu>
|
|
|
|
|
|
<view class="answer-content-box">
|
|
|
<view class="answer-title">答案</view>
|
|
|
@@ -67,10 +64,10 @@
|
|
|
<rich-text :nodes="item.answer" class="answer-rich-text"></rich-text>
|
|
|
|
|
|
<!-- 试题视频 -->
|
|
|
- <view class="answer-text-title">视频讲解:</view>
|
|
|
+ <!-- <view class="answer-text-title">视频讲解:</view>
|
|
|
<view class="answer-video-box" @click="handleCheckVideo(item)">
|
|
|
<img :src="item.cover" />
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|