2***@qq.com
2***@qq.com
  • 发布:2023-10-23 11:41
  • 更新:2023-10-23 11:41
  • 阅读:45

map polygons 区域的地图是黑色的,请问怎么解决?

分类:uni-app

map polygons 区域的地图是黑色的 ios显示正常 但是安卓显示是黑色的
下方是代码:

 <MapPage v-if="data.coord.length > 0" :longitude="data.centerCoord[0]" :latitude="data.centerCoord[1]"  
        :polygons="[{ points: data.coord, strokeWidth: 2, strokeColor: '#59C28A', fillColor: 'rgba(89,194,138,0.3)' }]">  
      </MapPage>

2023-10-23 11:41 负责人:无 分享
已邀请:

要回复问题请先登录注册