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