收藏
回答

bindlabeltap不触发, 地图上添加 makers

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug map 微信iOS客户端 最新 2.9.3

bindlabeltap不触发, 地图上添加 makers、

<map
   id="myMap"
   style="width: 100%; height: 300px;"
   latitude="{{latitude}}"
   longitude="{{longitude}}"
   markers="{{markers}}"
   covers="{{covers}}"
   bindlabeltap="labeltap"
   bindmarkertap="markertap"
   show-location
 ></map>
data :{
 latitude: 23.099994,
    longitude: 113.324520,
    markers: [{
      id: 1,
      latitude: 23.099994,
      longitude: 113.324520,
      zIndex:1000,
      label: {
        content: 'T.I.T 创意园',
      }
    }],
    covers: [{
      latitude: 23.099994,
      longitude: 113.344520,
      iconPath: '/image/location.png'
    }, {
      latitude: 23.099994,
      longitude: 113.304520,
      iconPath: '/image/location.png'
    }]}


回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容
问题标签