diff --git a/src/components/map.vue b/src/components/map.vue
index ae698e0..16ea72b 100644
--- a/src/components/map.vue
+++ b/src/components/map.vue
@@ -16,7 +16,7 @@
{{ markerInfo.type }}
{{ markerInfo.address }}
{{ markerInfo.open_time }}
- XXX
+ {{ markerInfo.mesh_occurs }}
@@ -46,7 +46,7 @@ export default {
mapLayer3:null,
mapLayer1Text:null,
},
- dialogVisible:false,
+ dialogVisible:true,
onLoad:false,
markerInfo:{},
}
@@ -145,7 +145,7 @@ export default {
eventPoint(){
let iconUrl1 = require("@/assets/images/icon2.png");
let data = {'queryValue' : [], "myInstanceClassify" : "all", "parameterValue":[], fks: []}
- ViewListPage({viewCode:'shi_jian_shou_li_list_page', pageNo: 1, pageSize:500}, data).then(res=>{
+ ViewListPage({viewCode:'event-all-list', pageNo: 1, pageSize:500}, data).then(res=>{
if(res.code == 200) {
res.result.records.forEach((element)=>{
let location = element.location?.split(',');