From ccbc4bdafd9bedd45186b5c6155125127ad30062 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Fri, 14 Dec 2018 15:34:54 +0800 Subject: [PATCH] 地图覆盖物 --- src/views/mapsection.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/mapsection.vue b/src/views/mapsection.vue index 839bde3..12e0da4 100644 --- a/src/views/mapsection.vue +++ b/src/views/mapsection.vue @@ -91,8 +91,8 @@ export default { let data = { nurseryInfo: [ {Name:'万达停车场1',MapPointX:'111.742579',MapPointY:'40.818675',status:0,free:30,total:1000}, - {Name:'万达停车场2',MapPointX:'111.722579',MapPointY:'40.878675',status:1,free:40,total:800}, - {Name:'万达停车场333333',MapPointX:'111.782579',MapPointY:'40.818675',status:2,free:300,total:500} + {Name:'万达停车场2',MapPointX:'111.622579',MapPointY:'40.878675',status:1,free:40,total:800}, + {Name:'万达停车场333333',MapPointX:'111.782579',MapPointY:'40.778675',status:2,free:300,total:500} ] } this.baiduMap(data) @@ -104,7 +104,7 @@ export default { let data = { nurseryInfo: [ {Name:'万达停车场11111',MapPointX:'111.742579',MapPointY:'40.818675',status:2,free:300,total:500}, - {Name:'万达停车场22222',MapPointX:'111.722579',MapPointY:'40.878675',status:0,free:30,total:1000}, + {Name:'万达停车场22222',MapPointX:'111.622579',MapPointY:'40.878675',status:0,free:30,total:1000}, {Name:'万达停车场333333',MapPointX:'111.782579',MapPointY:'40.818675',status:1,free:40,total:800} ] } -- libgit2 0.21.4