| | |
| | | <div class="r">{{ villageInfo.policeName ? villageInfo.policeName : '暂无数据' }}</div> |
| | | </div> |
| | | <div> |
| | | <div class="l">联系方式:</div> |
| | | <div class="r">{{ villageInfo.policePhone ? villageInfo.policePhone : '暂无数据' }}</div> |
| | | </div> |
| | | <div> |
| | | <div class="l">标准地址:</div> |
| | | <div class="r">{{ villageInfo.address ? villageInfo.address : '暂无数据' }}</div> |
| | | </div> |
| | |
| | | <div class="house-info-box"> |
| | | <div class="house-title">{{ residentDetailsTitle }}</div> |
| | | <div class="mini-code"> |
| | | <!-- <el-image fit="contain" :src="residentCodeUrl" :preview-src-list="[residentCodeUrl]"> --> |
| | | <el-image fit="contain" src="/img/code.jpg" :preview-src-list="['/img/code.jpg']"> |
| | | <el-image fit="contain" :src="residentCodeUrl" :preview-src-list="[residentCodeUrl]"> |
| | | <div slot="error" class="image-slot"></div> |
| | | </el-image> |
| | | </div> |
| | |
| | | this.villageInfo.policeStationName = res.data.data.policeStationName |
| | | this.villageInfo.codeUrl = res.data.data.url |
| | | this.villageInfo.aoiId = res.data.data.aoiId |
| | | this.villageInfo.policePhone = res.data.data.policePhone |
| | | console.log('getVillageInfo', res) |
| | | }) |
| | | }, |
| | |
| | | getPicURL (id) { |
| | | getPicURL(id).then(res => { |
| | | this.residentCodeUrl = res.data.data |
| | | console.log(this.residentCodeUrl) |
| | | }) |
| | | }, |
| | | |
| | |
| | | wallLayer.addOverlay(wall) |
| | | |
| | | wallLayer.show = true |
| | | wallLayer.allowDrillPicking = true |
| | | }) |
| | | }, |
| | | |