xz_angren/pages/cultureMap/cultureMap.wxml
2020-07-14 19:01:25 +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>