增加地图页面

This commit is contained in:
fengerli
2025-07-14 10:47:22 +08:00
parent 6e64044802
commit c63089790d
3 changed files with 3 additions and 6 deletions

View File

@ -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: {