地图callout在ios上不显示,android手机显示正常,求解?
发布于 4 年前 作者 junlei 8197 次浏览 来自 问答
var obj = {
    id: i,
    width: 10,
    height: 10,
    iconPath: '../../images/marker.png',
    latitude: tli.location.lat,
    longitude: tli.location.lng,
    callout:{
      content:i+1,
      display: 'ALWAYS',
      fontSize: 12,
      color: '#ff9900',
      
    }

1 回复

你好,请提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

回到顶部