bug
This commit is contained in:
parent
6c39c09d98
commit
d463a82cd6
@ -91,7 +91,7 @@ export default {
|
|||||||
}).then((AMap) => {
|
}).then((AMap) => {
|
||||||
this.map = new AMap.Map("container", {
|
this.map = new AMap.Map("container", {
|
||||||
viewMode: "2D", //是否为3D地图模式
|
viewMode: "2D", //是否为3D地图模式
|
||||||
zoom: 16, //初始化地图级别
|
zoom: 17, //初始化地图级别
|
||||||
center: [_this.form.lng, _this.form.lat], //初始化地图中心点位置
|
center: [_this.form.lng, _this.form.lat], //初始化地图中心点位置
|
||||||
});
|
});
|
||||||
// console.log(this.map.center)
|
// console.log(this.map.center)
|
||||||
|
@ -177,7 +177,7 @@
|
|||||||
// this.getPayList()
|
// this.getPayList()
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.getTapIndex(0)
|
// this.getTapIndex(0)
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user