- <view class="map_container">
- <map id="myMap" class="map" longitude="{{longitude}}" latitude="{{latitude}}" markers='{{markers}}' show-location bindmarkertap='markersClick'>
- <cover-view class="map-tab-bar map-foot {{isShow ? '' : 'map-hide'}}">
- <cover-view class="map-storeName">{{storeName}}</cover-view>
- <cover-view class="map-storeAddress">{{storeAddress}}</cover-view>
- <cover-view class="map-distance">距离当前定位地址{{distance}}米</cover-view>
- <button data-id="{{storeId}}" data-merch-sn="{{merchSn}}" bindtap='chooseStore'>确定</button>
- </cover-view>
- </map>
- </view>
|