Browse Source

小程序-gis点位icon替换

master
liujiangyong 2 years ago
parent
commit
3c37e05cf7
  1. BIN
      weapp/images/tunnel.png
  2. 6
      weapp/pages/index/index.js

BIN
weapp/images/tunnel.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

6
weapp/pages/index/index.js

@ -26,9 +26,9 @@ Page({
latitude: p.latitude,
longitude: p.longitude,
name: p.name,
iconPath: '/images/circle.png',
width: 15,
height: 15,
iconPath: '/images/tunnel.png',
width: 18,
height: 18,
callout: {
content: `${p.name}\n今日巡检:${todayCount}`,
padding: 10,

Loading…
Cancel
Save