Fix:2651 【地标好物】项目--服务,地图增加显示定位图标
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
<map
|
<map
|
||||||
:longitude="info.longitude"
|
:longitude="info.longitude"
|
||||||
:latitude="info.latitude"
|
:latitude="info.latitude"
|
||||||
|
:markers="[{latitude: info.latitude,longitude: info.longitude,width: 20, height: 25, iconPath: webUrl + '/page/qianxian/icon-location.png'}]"
|
||||||
style="width: 100%;height: 100%; border-radius: 20rpx;"
|
style="width: 100%;height: 100%; border-radius: 20rpx;"
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user