Переглянути джерело

英语题追加音频播放

wangxy 4 місяців тому
батько
коміт
6e4f768a80
1 змінених файлів з 4 додано та 2 видалено
  1. 4 2
      components/chengji/chengji.vue

+ 4 - 2
components/chengji/chengji.vue

@@ -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";