公告板
版本库
filestore
活动
搜索
登录
main
/
RRIOT_WaterServiceWx
仁软物联-净水器运维端小程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
安装流程
hailu
2023-11-27
0ad28dbac74ba51b604c31c2dee7494d4e7f8fe4
[RRIOT_WaterServiceWx.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.lat}}" longitude="{{deviceDetail.lng}}" 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>