cyy пре 1 година
родитељ
комит
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"