https://developers.weixin.qq.com/miniprogram/dev/api/media/map/MapContext.fromScreenLocation.html
为什么这个方法调用不生效,
map.fromScreenLocation({
x: 100,
y: 100,
success: (res) => {
console.log('成功');
console.log(res);
that.locationInfo.lat = res.latitude.toFixed(6)
that.locationInfo.lng = res.longitude.toFixed(6)
that.searchLocation()
},
complete: () => {
console.log('完成');
}
})
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
这个函数,根本就没有实现。
调用没反应卡死。
浪费大爷我的时间。
同样的问题,执行方法没有任何响应