Lou
2024-04-07 b9ebc3c70a2f1c0c40b0d71b497e19ca764ac15f
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()
      },