增加地图页面
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="page-section page-section-gap">
|
||||
<map class="map" :latitude="latitude" :longitude="longitude" :customMapStyle="amapStyle" :show-location="true"
|
||||
<map class="map" :latitude="latitude" :longitude="longitude":show-location="true"
|
||||
:markers="covers">
|
||||
</map>
|
||||
</view>
|
||||
@ -19,8 +19,7 @@
|
||||
longitude: 116.39742,
|
||||
|
||||
}],
|
||||
amapStyle: {
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
Reference in New Issue
Block a user