cyy 1 год назад
Родитель
Сommit
4e3d0514f4
1 измененных файлов с 1 добавлено и 1 удалено
  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"