获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
const mapCtx = wx.createMapContext('map', this) mapCtx.fromScreenLocation({ x:100, y:200, success:function(res){ console.log("res",res) }, fail: function(res){ console.log("fail",fail) }, complete: function(complete){ console.log("complete",complete) } }) 未报错
MapContext.fromScreenLocation(Object object)使用不生效?[图片] 代码片段 https://developers.weixin.qq.com/s/cheRhimg7QCc 这样使用没有问题吧。未打印相关参数,也没有报错
2022-09-15