You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
353 B
14 lines
353 B
<!--pages/index/index.wxml-->
|
|
<map
|
|
id="mapDom"
|
|
class="map"
|
|
markers="{{markers}}"
|
|
bindmarkertap="onMarkerTap"
|
|
>
|
|
<view class="action-box">
|
|
<view class="text flex-center" bind:tap="showCallout">数据</view>
|
|
<view class="img flex-center" bind:tap="onRefresh">
|
|
<image src="/images/refresh.svg"></image>
|
|
</view>
|
|
</view>
|
|
</map>
|
|
|