Explorar el Código

清除考试报错

cyy hace 1 año
padre
commit
4e3d0514f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/platform/bpmn/my-test/examPop.vue

+ 1 - 1
src/views/platform/bpmn/my-test/examPop.vue

@@ -47,7 +47,7 @@
                     <!-- <img style="width:40%" :src="item" @click="showMaskPop(item)"> -->
                 <!-- </div> -->
             <!-- </div> -->
-            <div v-if="popList[questionsIndex].img && popList[questionsIndex].img.length " class="imgBox">
+            <div v-if="popList[questionsIndex]&&popList[questionsIndex].img && popList[questionsIndex].img.length " class="imgBox">
                 <div v-for="(img, ind) in photos(popList[questionsIndex].img)" :key="ind" class="fujianImg">
                     <van-image
                         width="40vw"