county_seat/xz_angren/pages/cultureMap/cultureMap.wxml
2024-02-22 10:58:38 +08:00

3 lines
202 B
Plaintext

<view class="map_container">
<map class="map" id="map" longitude="{{longitude}}" latitude="{{latitude}}" scale="14" show-location="true" markers="{{markers}}" bindmarkertap="makertap"></map>
</view>