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.

9 lines
476 B

<!--pages/map/map.wxml-->
<view class="map-box" bindtap="mapFn">
<map class="map" markers="{{markers}}" latitude="{{latitude}}" longitude="{{longitude}}" scale="{{scale}}"></map>
<view class="map-txt">
<image mode="aspectFit" style="width: 24rpx; height: 30rpx; vertical-align: middle; margin-right: 8rpx; transform: translate(0,-3rpx);" src="../../img/content-list-info-address-img.png"></image>
{{addr}}
</view>
<cover-view class="mask"></cover-view>
</view>