flat:暂存

This commit is contained in:
Apcallover
2024-05-15 18:05:36 +08:00
parent 20bcc1cbce
commit 5d82ff12d4
9 changed files with 99 additions and 94 deletions

View File

@@ -102,8 +102,8 @@
</view>
<view class="map">
<super-map ref="uMap" style="width: 100%;height: 100%;" :latitude="latitude" :longitude="longitude"
:open="true" :zoom="14" :min-zoom="10" :max-zoom="20" @regionchange="show = false"
:MapUrl="$config.supperMap" :flag-tip="false"></super-map>
:open="true" :zoom="14" :min-zoom="10" :max-zoom="20" :MapUrl="$config.supperMap"
:flag-tip="false"></super-map>
</view>
<!-- <map class="map" :latitude="latitude" :longitude="longitude" :markers="covers"></map> -->
</view>