shuishen
2026-01-29 85ca56ce9ca0c368ce61d0f83db31c061e80d26c
防止报错处理
1 files modified
4 ■■■■ changed files
src/views/house/index.vue 4 ●●●● patch | view | raw | blame | history
src/views/house/index.vue
@@ -1978,8 +1978,8 @@
                    })
                }
                this.unitChoosed3DList = houseData.nwwqd.features
                this.curHousingHWTXAYjpca = houseData.hwtxa.features[0].properties.yjpca
                this.unitChoosed3DList = houseData?.nwwqd?.features || []
                this.curHousingHWTXAYjpca = houseData?.hwtxa?.features[0]?.properties.yjpca || 0
                if (Math.ceil(this.unitChoosedArr.length / 5) > 3) {
                    this.nextFloorShow = true