Explorar el Código

feature_20260330_拜访连拍速度优化

zhujindu hace 3 días
padre
commit
e71562463a
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      src/components/deleteUploadImgTaskPhoto.vue

+ 5 - 1
src/components/deleteUploadImgTaskPhoto.vue

@@ -26,7 +26,11 @@
             name="close"
             size="16"
             v-on:click="deleteImg(index, urls)" />
-          <img :src="urls.fileUrl" width="100px" height="100px" @click="previewsImg(index)" />
+          <img
+            :src="urls.fileUrl || urls.mediaFileUrl"
+            width="100px"
+            height="100px"
+            @click="previewsImg(index)" />
           <!-- <img
             v-else
             :src="urls.fileUrl"