1.2.1基础库,地图的getCenterLocation无效了?

发布于 7 年前作者 huwei12430 次浏览最后编辑 7 年前来自 ask
    this.mapCtx.getCenterLocation({
      success: function(res){        console.log(res.longitude)        console.log(res.latitude)
      }

   })


无效且不报错,

切换为1.1.1就好使了

1 回复
yutao
yutao1 楼5 年前

我去,我昨天调试一整天找问题在哪,原来是这样