Commit ccbc4bdafd9bedd45186b5c6155125127ad30062
1 parent
d59dfa16
地图覆盖物
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/mapsection.vue
| ... | ... | @@ -91,8 +91,8 @@ export default { |
| 91 | 91 | let data = { |
| 92 | 92 | nurseryInfo: [ |
| 93 | 93 | {Name:'万达停车场1',MapPointX:'111.742579',MapPointY:'40.818675',status:0,free:30,total:1000}, |
| 94 | - {Name:'万达停车场2',MapPointX:'111.722579',MapPointY:'40.878675',status:1,free:40,total:800}, | |
| 95 | - {Name:'万达停车场333333',MapPointX:'111.782579',MapPointY:'40.818675',status:2,free:300,total:500} | |
| 94 | + {Name:'万达停车场2',MapPointX:'111.622579',MapPointY:'40.878675',status:1,free:40,total:800}, | |
| 95 | + {Name:'万达停车场333333',MapPointX:'111.782579',MapPointY:'40.778675',status:2,free:300,total:500} | |
| 96 | 96 | ] |
| 97 | 97 | } |
| 98 | 98 | this.baiduMap(data) |
| ... | ... | @@ -104,7 +104,7 @@ export default { |
| 104 | 104 | let data = { |
| 105 | 105 | nurseryInfo: [ |
| 106 | 106 | {Name:'万达停车场11111',MapPointX:'111.742579',MapPointY:'40.818675',status:2,free:300,total:500}, |
| 107 | - {Name:'万达停车场22222',MapPointX:'111.722579',MapPointY:'40.878675',status:0,free:30,total:1000}, | |
| 107 | + {Name:'万达停车场22222',MapPointX:'111.622579',MapPointY:'40.878675',status:0,free:30,total:1000}, | |
| 108 | 108 | {Name:'万达停车场333333',MapPointX:'111.782579',MapPointY:'40.818675',status:1,free:40,total:800} |
| 109 | 109 | ] |
| 110 | 110 | } | ... | ... |