上报时地图中心改为海洋馆

master
Tuzki 2 years ago
parent 692567d385
commit 901c79279e
  1. 6
      subPackWork/reportMatter/map.vue

@ -1,7 +1,7 @@
<template>
<view>
<view style="width: 100%; height: 100%; position: absolute; left: 0; tab-size: 0">
<map :markers="markers" style="width: 100%; height: 100%" @tap="tapMap"></map>
<map :longitude='longitude' :latitude='latitude' :markers="markers" style="width: 100%; height: 100%" @tap="tapMap"></map>
</view>
</view>
</template>
@ -10,7 +10,9 @@ export default {
data() {
return {
maps: '1',
markers: []
markers: [],
longitude:114.538065,
latitude:37.03217
}
},
methods: {

Loading…
Cancel
Save