From b5d2ec149dbca8b8a44b9de0605aecc74cbddc1e Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Tue, 16 Apr 2024 17:35:23 +0800
Subject: [PATCH] 更新
---
subPackage/house/member/index.vue | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/subPackage/house/member/index.vue b/subPackage/house/member/index.vue
index 941b1bd..abc23af 100644
--- a/subPackage/house/member/index.vue
+++ b/subPackage/house/member/index.vue
@@ -598,19 +598,24 @@
}
if (option.from) {
-
this.from = option.from;
- if (option.from == 'family') {
- if (data.type == 1) {
- this.houseCode = uni.getStorageSync("siteInfo").houseCode
- }
- } else {
+ if (option.from != 'family') {
+ // if (data.type == 1) {
+ // this.houseCode = uni.getStorageSync("siteInfo").houseCode
+ // }
this.id = option.id;
uni.setNavigationBarTitle({
title: "住户信息"
})
this.getHouseholdInfo()
}
+ // } else {
+ // this.id = option.id;
+ // uni.setNavigationBarTitle({
+ // title: "住户信息"
+ // })
+ // this.getHouseholdInfo()
+ // }
}
--
Gitblit v1.9.3