Files

13 lines
309 B
Plaintext
Raw Permalink Normal View History

2026-03-09 13:54:17 +08:00
<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>