| | |
| | | <!--pages/repair/repair.wxml--> |
| | | <!-- <text>pages/repair/repair.wxml</text> --> |
| | | <view class="title"> |
| | | <view class="left"> |
| | | 上拉刷新列表,下滑加载另一页 |
| | | </view> |
| | | <view class="right"> |
| | | <!-- <view style="margin-right: 10px;"> |
| | | 刷新 |
| | | </view> |
| | | <view bind:tap="goRepairTicketDetail"> |
| | | 添加 |
| | | </view> --> |
| | | </view> |
| | | <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> |