Explorar o código

移除 地图图片显示

wzh %!s(int64=4) %!d(string=hai) anos
pai
achega
1de6373f4a
Modificáronse 1 ficheiros con 1 adicións e 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}'/>`
             : ``
         }