subPackage/grid/comprehensive.vue
@@ -18,7 +18,7 @@ <view class="detail bgc-ff"> <caption-row title="网格基本情况" /> <view class="detail-content f-28"> <text v-for="i in houseList">{{i.aoiName?i.aoiName:''}} {{i.buildingName}} </text> <text v-for="i in houseList" v-if="i.aoiName">{{i.aoiName?i.aoiName:''}} {{i.buildingName}} </text> </view> </view> @@ -64,6 +64,11 @@ }, onLoad(option) { if (option.from) { uni.setNavigationBarTitle({ title: "我的网格" }) } this.getDetailInfo() },