银花优选微信小程序修改后的最新版本代码

This commit is contained in:
ss001
2026-02-07 16:22:31 +08:00
commit c00caf5744
516 changed files with 41796 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>