|
|
@@ -28,6 +28,7 @@
|
|
|
<panduan :question="item" v-if="item.type == '2'"></panduan>
|
|
|
<tiankong :question="item" v-if="item.type == '3'" :placeholders="item.placeholders">
|
|
|
</tiankong>
|
|
|
+ <yingyuDanxuan :question="item" v-if="item.type == '4'" :placeholders="item.placeholders"></yingyuDanxuan >
|
|
|
<!-- 交卷按钮 -->
|
|
|
<view class="shiti-jj-btn" v-if="item.stId == data.list[data.total-1].stId"
|
|
|
@click="handleSubmit">交卷</view>
|
|
|
@@ -61,7 +62,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
|
- import mtaRadio from '@/components/question/yingyu/mtaRadio.vue'
|
|
|
+ import yingyuDanxuan from '@/components/question/yingyu/danxuan.vue'
|
|
|
import FillItem from "@/components/question/FillItem.vue";
|
|
|
import wSwiper from '@/components/wSwiper/wSwiper.vue';
|
|
|
import danxuan from "@/components/question/danxuan.vue";
|