地图动态添加标注,执行完无任何输出

发布于 6 年前作者 yangliu7694 次浏览最后编辑 6 年前来自 issues
    let mapCtx = wx.createMapContext('warnMap')
  mapCtx.addMarkers({
    markers: dataArr,
    clearfalse,
    complete(res) {
      console.log('clusterCreate addMarkers', res)
    },
    fail(res){
      console.log(res)
    }
  })
0 回复
暂无回复