Pārlūkot izejas kodu

优化三清两化地图

wulanhaote
liuminjian pirms 3 gadiem
vecāks
revīzija
6d684250c7
1 mainītis faili ar 6 papildinājumiem un 6 dzēšanām
  1. +6
    -6
      src/views/homestead/index.vue

+ 6
- 6
src/views/homestead/index.vue Parādīt failu

@@ -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>


Notiek ielāde…
Atcelt
Saglabāt