初次提交

This commit is contained in:
lym
2026-03-09 13:54:17 +08:00
commit 8e25ad708b
516 changed files with 41896 additions and 0 deletions

13
pages/map/index.wxml Normal file
View File

@@ -0,0 +1,13 @@
<view class="container">
<map id="myMap" latitude="{{latitude}}" longitude="{{longitude}}" scale="{{scale}}" style="width: 100%; height: 100vh;" show-location="{{true}}" markers="{{markers}}">
</map>
</view>
<loading hidden="{{loadingHidden}}">
加载中...
</loading>