hailu
2023-11-21 f3773d4aa18f3b0814d9720e26fa61b762020eb2
1
2
3
4
5
6
7
8
9
10
<view class="title">
  <image class="primg" src="/images/ProRep/weizhi.png"></image>
  地图定位:
</view>
<view class="map">
  <map style="width:100%;height:100%" latitude="{{deviceDetail.latitude}}" longitude="{{deviceDetail.longitude}}" markers="{{marker}}"></map>
</view>
<view bind:tap="goMap" style=" background-color: #1E90FF;color: white;width: 94%;text-align: center;height: 40px;line-height: 40px;margin-left:3% ;margin-top: 20px;border-radius: 5px;">
  地图导航
</view>