|
|
@@ -72,7 +72,7 @@ function openMarkerTap(item: any) {
|
|
|
<view class="absolute left-0 top-0 z-0 h-full w-full">
|
|
|
<map
|
|
|
style="width: 100%;height: 100vh;" :longitude="Location.longitude || 113.264435"
|
|
|
- :latitude="Location.latitude || 23.129163" :markers="markersData" @markertap.stop="openMarkerTap"
|
|
|
+ :latitude="Location.latitude || 23.129163" :markers="markersData" @markertap="openMarkerTap"
|
|
|
/>
|
|
|
</view>
|
|
|
<transition name="slide-up">
|