|
|
@@ -28,6 +28,11 @@
|
|
|
<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>
|
|
|
+
|
|
|
<view class="answer-content-box">
|
|
|
<view class="answer-title">答案</view>
|
|
|
<view class="answer-content-border answer-btn-box" v-if="item.type!=3">
|
|
|
@@ -89,7 +94,8 @@
|
|
|
import wSwiper from '@/components/wSwiper/wSwiper.vue';
|
|
|
import danxuan from "@/components/question/danxuan.vue";
|
|
|
import panduan from "@/components/question/panduan.vue";
|
|
|
- import tiankong from "@/components/question/tiankong.vue";
|
|
|
+ import tiankong from "@/components/question/tiankong.vue";
|
|
|
+ import yingyu from "@/components/question/yingyu/danxuan.vue";
|
|
|
import {
|
|
|
useQuestionTools
|
|
|
} from "@/components/question/useQuestionTools.js";
|