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">
               <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 == 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> -->
             </div>
           </div>