| | |
| | | <div class="content"> |
| | | <div> |
| | | <div>电梯</div> |
| | | <div style="color:#59a9ff">{{ floorInfo.elev }}</div> |
| | | <div style="color:#59a9ff">{{ floorInfo?.elev || '无' }}</div> |
| | | </div> |
| | | <div v-if="isShowFloorCount"> |
| | | <div>楼层总数</div> |
| | | <div style="color:#59a9ff">{{ floorInfo.floor_num }}</div> |
| | | <div style="color:#59a9ff">{{ floorInfo?.floor_num || 0 }}</div> |
| | | </div> |
| | | <div> |
| | | <div>户室总数</div> |
| | | <div style="color:#59a9ff">{{ floorInfo.house_num }}</div> |
| | | <div style="color:#59a9ff">{{ floorInfo?.house_num || 0 }}</div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | this.isShowUnitChoose = false |
| | | this.BuildListLoading = true |
| | | this.buildingList = [] |
| | | this.floorInfo = {} |
| | | getSearchExtensivelyBgAoiDeepdata(ak, region, ids, infos).then((res) => { |
| | | let baseUrl |
| | | if (process.env.NODE_ENV == "development") { |
| | |
| | | ).then((res) => { |
| | | if (buildId) { |
| | | if (isDuDong == '独栋') { |
| | | this.getVillagePersonStatisticInfoByBuildId(buildId) |
| | | this.getVillagePersonStatisticInfoByBuildId({buildId}) |
| | | |
| | | this.houseDate = res.data.data.records |
| | | setTimeout(() => { |
| | |
| | | res.data.result[0].std_addr_id.split("|")[0] |
| | | ) |
| | | |
| | | this.getHouses3DData(res.data.result[0].std_addr_id.split("|")[0], "361102", [ |
| | | [e.wgs84Position.lng, e.wgs84Position.lat], |
| | | e.wgs84Position.alt, |
| | | ]) |
| | | this.residentDetailsClick(res.data.result[0]) |
| | | } |
| | | } |
| | | }) |