diff --git a/public/pages/owner/ownerDetail/ownerDetail.js b/public/pages/owner/ownerDetail/ownerDetail.js
index 44cc019ee..7b304823c 100644
--- a/public/pages/owner/ownerDetail/ownerDetail.js
+++ b/public/pages/owner/ownerDetail/ownerDetail.js
@@ -19,10 +19,12 @@
attrs: [],
url: '',
_currentTab: 'ownerDetailRoom',
+ needBack:false,
}
},
_initMethod: function () {
$that.ownerDetailInfo.ownerId = vc.getParam('ownerId');
+ $that.ownerDetailInfo.needBack = vc.getParam('needBack');
if (!vc.notNull($that.ownerDetailInfo.ownerId)) {
return;
}
diff --git a/public/pages/property/listOwner/listOwner.js b/public/pages/property/listOwner/listOwner.js
index 095ad2f6c..6346130b7 100755
--- a/public/pages/property/listOwner/listOwner.js
+++ b/public/pages/property/listOwner/listOwner.js
@@ -137,7 +137,7 @@
vc.jumpToPage("/#/pages/property/sellParkingSpace?ownerId=" + _owner.ownerId);
},
_openOwnerDetailModel: function (_owner) {
- vc.jumpToPage("/#/pages/property/ownerDetail?ownerId=" + _owner.ownerId + "&ownerName=" + _owner.name);
+ vc.jumpToPage("/#/pages/owner/ownerDetail?ownerId=" + _owner.ownerId + "&ownerName=" + _owner.name+"&needBack=true");
},
_openDeleteOwnerRoom: function (_owner) {
vc.jumpToPage("/#/pages/property/deleteOwnerRoom?ownerId=" + _owner.ownerId);
diff --git a/public/pages/property/listOwnerCar/listOwnerCar.html b/public/pages/property/listOwnerCar/listOwnerCar.html
index cbbb489ed..5b061b026 100755
--- a/public/pages/property/listOwnerCar/listOwnerCar.html
+++ b/public/pages/property/listOwnerCar/listOwnerCar.html
@@ -213,10 +213,9 @@
{{car.carColor || '-'}}
|
-
+ |
|
diff --git a/public/pages/property/room/room.html b/public/pages/property/room/room.html
index 3e5a462dc..8513f4979 100755
--- a/public/pages/property/room/room.html
+++ b/public/pages/property/room/room.html
@@ -215,15 +215,14 @@
|
-
+ |
|
-
+ |
- {{room.ownerName}}
+ -
|
diff --git a/public/pages/property/roomCreateFee/roomCreateFee.html b/public/pages/property/roomCreateFee/roomCreateFee.html
index 44b2aa92b..bff8b8a21 100755
--- a/public/pages/property/roomCreateFee/roomCreateFee.html
+++ b/public/pages/property/roomCreateFee/roomCreateFee.html
@@ -83,6 +83,11 @@
+
|
-
- {{shops.ownerName}}
+ |
+ {{shops.ownerName}}
+ |
+
+ -
|
- {{shops.link}}
+ {{shops.link?shops.link:'-'}}
|
{{shops.builtUpArea}}
|