shuishen
2026-02-10 abd285e6d013128aa57c9e30e851b2aa76d60ec5
feat:独栋显示调整
1 files modified
9 ■■■■ changed files
src/views/house/index.vue 9 ●●●● patch | view | raw | blame | history
src/views/house/index.vue
@@ -1967,10 +1967,15 @@
        },
        // 三维接口查询楼栋户室
        getHouses3DData (build_std_addr_id, adcode, aoiArr) {
        getHouses3DData (build_std_addr_id, adcode, aoiArr, params) {
            this.unitChoosed3DList = []
            getHouses(build_std_addr_id, adcode).then((res) => {
                let houseData = res.data.data.properties
                if (houseData?.nwwqd?.features.length === 0) {
                    this.residentDetailsClick(params)
                    return
                }
                if (res.data.data.properties?.hwtxa?.features) {
                    this.$EventBus.$emit("showThreeDimensions", {
@@ -2905,7 +2910,7 @@
                            this.getHouses3DData(res.data.result[0].std_addr_id.split("|")[0], "361102", [
                                [e.wgs84Position.lng, e.wgs84Position.lat],
                                e.wgs84Position.alt,
                            ])
                            ], res.data.result[0])
                        }
                    }
                })