From 853f8a37fb7384bcdb3cdacb7ffa2339610c01b9 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: Sat, 27 Nov 2021 01:57:05 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/community/communityApi.js | 5 +++--
.../changeOwnerCommunity/changeOwnerCommunity.vue | 14 ++++++++------
2 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/api/community/communityApi.js b/api/community/communityApi.js
index 3864a20..6724e56 100755
--- a/api/community/communityApi.js
+++ b/api/community/communityApi.js
@@ -1,5 +1,5 @@
import {
- requestNoAuth
+ requestNoAuth,request
} from '../java110Request.js'
import
url
@@ -119,7 +119,7 @@ export function getOwnerCommunitys(dataObj) {
//动态数据
success: function(res) {
if (res.statusCode == 200) {
- let _communtiys = res.data.data;
+ let _communitys = res.data.data;
resolve(_communitys);
}
},
@@ -128,4 +128,5 @@ export function getOwnerCommunitys(dataObj) {
}
});
})
+
}
\ No newline at end of file
diff --git a/pages/changeOwnerCommunity/changeOwnerCommunity.vue b/pages/changeOwnerCommunity/changeOwnerCommunity.vue
index 29c4c10..440ece8 100644
--- a/pages/changeOwnerCommunity/changeOwnerCommunity.vue
+++ b/pages/changeOwnerCommunity/changeOwnerCommunity.vue
@@ -7,10 +7,10 @@
- {{item.name}}
+ {{item.communityName}}
- {{item.address}}
+ {{item.name}}
@@ -23,6 +23,8 @@