|
@@ -12,7 +12,8 @@
|
|
|
<view class="body" v-if="item.mta_show">
|
|
|
<danxuan :question="item" showError v-if="item.type == '1'"></danxuan>
|
|
|
<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 :question="item" showError v-if="item.type == '4'" :placeholders="item.placeholders"></yingyu>
|
|
|
<view class="answer-content-box">
|
|
|
<view class="answer-dtjx-row">
|
|
|
<view class="answer-title"></view>
|
|
@@ -64,7 +65,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";
|