Explorar el Código

移除 地图图片显示

wzh hace 4 años
padre
commit
1de6373f4a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/voyage/voyageDetail.vue

+ 1 - 1
src/views/voyage/voyageDetail.vue

@@ -589,7 +589,7 @@ export default {
       for (let i of medias.value) {
         let content = `<div style='width:160px'>
         ${
-          i.audit == 1
+          i.audit == -1
             ? `<img id='img${i.id}' style='width:160px;height:160px;object-fit:contain;' src='${i.viewUrl}'/>`
             : ``
         }