diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue
index 9ffb1998..73af5c97 100644
--- a/src/views/modules/visual/communityParty/community.vue
+++ b/src/views/modules/visual/communityParty/community.vue
@@ -85,7 +85,8 @@
单位信息
+
单位名称:
+ `+ _info.unitName + `
+
+
单位类型:
+ `+ _info.type + `
+
+
联系人:
+ `+ _info.contact + `
+
+
联系电话:
+ `+ _info.contactMobile + `
+
+
在职党员:
+ `+ _info.memberCount + `
+
+
备注:
+ `+ _info.remark + `
+
+
地址:
+ `+ _info.address + `
+
+ `
+ this.$refs.cmap.handleShowPopup(showData, coordinate)
+
+ } else {
+ this.$message.error(msg)
+ }
},
async handleLook (val) {
diff --git a/src/views/modules/visual/components/screen-map/index.vue b/src/views/modules/visual/components/screen-map/index.vue
index e4b2fd05..56692699 100644
--- a/src/views/modules/visual/components/screen-map/index.vue
+++ b/src/views/modules/visual/components/screen-map/index.vue
@@ -21,8 +21,8 @@
-->