问题一
测试为 雷电 4.0.49 模拟器
手机品牌:vivo-V1916A
<map v-if="parmloca.map" id="myMap" class='mymap' :longitude="parmloca.map.longitude" :latitude="parmloca.map.latitude"
scale='10' :polyline="parmloca.map.polyline" :markers="parmloca.map.markers" show-location>
</map>
代码如上,JSON 数据格式没有问题,但显示时就是黑屏
问题二
var markers = [{
id: 1,
latitude: points[0].latitude,
longitude: points[0].longitude,
title: '起点',
iconPath: '/static/images/qd.png',
width: '30',
height: '30',
callout: {
content: '起点: ' + contentqd,
color: '#2c2c2c',
fontSize: '12px',
borderRadius: '3px',
bgColor: '#ffffff',
padding: '10px',
textAlign: 'center',
display: 'ALWAYS'
},
}
其中 callout 样式配置了高德地图不生效 [如图二],之前腾讯地图测试可以的!
麻烦大佬给看下
6***@qq.com
请问这个问题是怎么解决了?采取的什么方案
2021-11-23 15:00