瀏覽代碼

优化三清两化地图

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


Loading…
取消
儲存