公告板
版本库
filestore
活动
搜索
登录
main
/
RRIOT_WaterCustomerWx
仁软物联-净水器客户端小程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
维修单
hailu
2023-11-21
f3773d4aa18f3b0814d9720e26fa61b762020eb2
[RRIOT_WaterCustomerWx.git]
/
GoldC
/
pages
/
devicelogs
/
devicelogs.wxml
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>