From b9ebc3c70a2f1c0c40b0d71b497e19ca764ac15f Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Sun, 07 Apr 2024 17:31:23 +0800
Subject: [PATCH] 更新

---
 subPackage/grid/comprehensive.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/subPackage/grid/comprehensive.vue b/subPackage/grid/comprehensive.vue
index a471aae..e706fb9 100644
--- a/subPackage/grid/comprehensive.vue
+++ b/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()
 		},
 

--
Gitblit v1.9.3