您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1 个月前
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>