|
|
@@ -61,8 +61,8 @@
|
|
|
<!-- 试题解析 -->
|
|
|
<view class="answer-stjx-box">
|
|
|
<view class="answer-text-title">试题解析:</view>
|
|
|
- <rich-text :nodes="item.answer" class="answer-rich-text"></rich-text>
|
|
|
-
|
|
|
+<!-- <rich-text :nodes="item.answer" class="answer-rich-text"></rich-text>-->
|
|
|
+ <textReplaceIconVue code="cj" :question="item" :text="item.answer" :placeholders="item.placeholders" class="slfx-content"></textReplaceIconVue>
|
|
|
<!-- 试题视频 -->
|
|
|
<!-- <view class="answer-text-title">视频讲解:</view>
|
|
|
<view class="answer-video-box" @click="handleCheckVideo(item)">
|
|
|
@@ -93,6 +93,7 @@
|
|
|
import panduan from "@/components/question/panduan.vue";
|
|
|
import tiankong from "@/components/question/tiankong.vue";
|
|
|
import yingyu from "@/components/question/yingyu/danxuan.vue";
|
|
|
+ import textReplaceIconVue from '@/components/question/yingyu/textReplaceIcon.vue'
|
|
|
import {
|
|
|
useQuestionTools
|
|
|
} from "@/components/question/useQuestionTools.js";
|