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.
1234567891011 |
- <view class="allAddress">
- <map id="map" class="map" show-location="{{true}}" latitude="{{latitude}}" longitude="{{longitude}}" scale="{{scale}}" markers="{{markersList}}"></map>
- <cover-view class="bottom">
- <cover-view class="title">{{current.branchName}}</cover-view>
- <cover-view class="line">地址:{{current.branchAddress}}</cover-view>
- <cover-view class="line phone">电话:{{current.branchLinkPhone}}</cover-view>
- <cover-view class="line">受理业务:{{current.branchLabel}}</cover-view>
- <cover-view class="line">营业时间:{{current.branchWorktime}}</cover-view>
- <cover-view class="btn" bindtap="goMap">前往</cover-view>
- </cover-view>
- </view>
|