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.

map.wxml 720B

1234567891011
  1. <view class="allAddress">
  2. <map id="map" class="map" show-location="{{true}}" latitude="{{latitude}}" longitude="{{longitude}}" scale="{{scale}}" markers="{{markersList}}"></map>
  3. <cover-view class="bottom">
  4. <cover-view class="title">{{current.branchName}}</cover-view>
  5. <cover-view class="line">地址:{{current.branchAddress}}</cover-view>
  6. <cover-view class="line phone">电话:{{current.branchLinkPhone}}</cover-view>
  7. <cover-view class="line">受理业务:{{current.branchLabel}}</cover-view>
  8. <cover-view class="line">营业时间:{{current.branchWorktime}}</cover-view>
  9. <cover-view class="btn" bindtap="goMap">前往</cover-view>
  10. </cover-view>
  11. </view>