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 @@