lsc 1 年之前
父節點
當前提交
ad6dbcdaab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/pages/testStudent/view/component/topic.vue

+ 1 - 1
src/components/pages/testStudent/view/component/topic.vue

@@ -22,7 +22,7 @@
             <div v-if="item2.ttype == 1" class="answerBox">
             <div v-if="item2.ttype == 1" class="answerBox">
               <choiceV :tindex="index2" :cJson.sync="item2.json" :checktype="checktype" v-if="item2.type == 1" :see="see" :isTeacher="isTeacher"></choiceV>
               <choiceV :tindex="index2" :cJson.sync="item2.json" :checktype="checktype" v-if="item2.type == 1" :see="see" :isTeacher="isTeacher"></choiceV>
               <gapV :tindex="index2" :cJson.sync="item2.json" :checktype="checktype" v-else-if="item2.type == 3" :see="see" :isTeacher="isTeacher"></gapV>
               <gapV :tindex="index2" :cJson.sync="item2.json" :checktype="checktype" v-else-if="item2.type == 3" :see="see" :isTeacher="isTeacher"></gapV>
-              <gapV :tindex="index2" :cJson.sync="item2.json" :checktype="checktype" v-else-if="item2.type == 5" :see="see" :isTeacher="isTeacher"></gapV>
+              <fileV :tindex="index2" :cJson.sync="item2.json" :checktype="checktype" v-else-if="item2.type == 5" :see="see" :isTeacher="isTeacher"></fileV>
               <!-- <span v-else>暂未设置题目</span> -->
               <!-- <span v-else>暂未设置题目</span> -->
             </div>
             </div>
           </div>
           </div>