소스 검색

优化三清两化地图

wulanhaote
liuminjian 3 년 전
부모
커밋
6d684250c7
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. +6
    -6
      src/views/homestead/index.vue

+ 6
- 6
src/views/homestead/index.vue 파일 보기

@@ -359,7 +359,7 @@
v-if="houseInfoLookList.behindHouse != ''"
@click="previewZoomImage(houseInfoLookList.behindHouse)"
>
<img :src="houseInfoLookList.behindHouse" />
<img :src="$store.getters.baseRoutingUrl+houseInfoLookList.behindHouse" />
</div>
<div class="describe">现<br />状<br />图<br />片</div>
</div>
@@ -373,7 +373,7 @@
v-if="houseInfoLookList.frontHouse != ''"
@click="previewZoomImage(houseInfoLookList.frontHouse)"
>
<img :src="houseInfoLookList.frontHouse" />
<img :src="$store.getters.baseRoutingUrl+houseInfoLookList.frontHouse" />
</div>
<div class="describe">历<br />史<br />图<br />片</div>
</div>
@@ -449,7 +449,7 @@
v-if="landInfoLookList.behindland != ''"
@click="previewZoomImage(landInfoLookList.behindland)"
>
<img :src="landInfoLookList.behindland" />
<img :src="$store.getters.baseRoutingUrl+landInfoLookList.behindland" />
</div>
<div class="describe">现<br />状<br />图<br />片</div>
</div>
@@ -460,7 +460,7 @@
v-if="landInfoLookList.frontland != ''"
@click="previewZoomImage(landInfoLookList.frontland)"
>
<img :src="landInfoLookList.frontland" />
<img :src="$store.getters.baseRoutingUrl+landInfoLookList.frontland" />
</div>
<div class="describe">历<br />史<br />图<br />片</div>
</div>
@@ -760,7 +760,7 @@
houseInfoList.behindHouse != ''
"
>
<img :src="houseInfoList.behindHouse" alt="等待传图" />
<img :src="$store.getters.baseRoutingUrl+houseInfoList.behindHouse" alt="等待传图" />
</div>
</van-uploader>
</div>
@@ -785,7 +785,7 @@
houseInfoList.frontHouse != ''
"
>
<img :src="houseInfoList.frontHouse" alt="等待传图" />
<img :src="$store.getters.baseRoutingUrl+houseInfoList.frontHouse" alt="等待传图" />
</div>
</van-uploader>
</div>


불러오는 중...
취소
저장