微信版本号7.0.10
微信开发者工具版本号1.02.1911180
基础库版本2.10.2
index页面有map地图组件,调用moveToMapLocation到指定点没有问题,当跳转到search页面再次返回index页面 调用moveToMapLocation到指定点就有问题了,报错
Uncaught (in promise) thirdScriptError
{"errMsg":"moveToMapLocation:fail error mapid"}
请问会是什么问题
使用的taro框架 map组件也是taro框架的,微信开发者工具上调试和“真机预览”没问题,预览和体验版和线上版都有问题。
遇到同样的问题,请问楼主解决了吗
补充图片
同问,路过的大神有知道的吗?帮忙解答一下,感激不尽
let _map = map
let _this = this
let timeout = setTimeout(function() {
_map.moveToLocation({
latitude: Number(_this.selectedStartLat),
longitude: Number(_this.selectedStartLng),
})
clearTimeout(timeout)
timeout = null
}, 500);
没有更多信息前,结论是出bug了。