使用腾讯地图遇到的问题,无法自动获取?
使用腾讯地图key的时候遇到的问题,找了很多都没找到解决方法,求大神支招。
具体报错是小程序进入后自动获取所在位置(会向用户发起申请),用户同意后,小程序调试的时候下方就报错,小程序页面卡在定位选择城市的页面。
VM1467:1 thirdScriptError
Cannot read property ‘messagelist’ of undefined;at api request success callback function
TypeError: Cannot read property ‘messagelist’ of undefined
1 回复
返回值没有messagelist字段,你自己打印下返回值看下吧
还有你这样问效率太低了,
最好是能弄个代码片段:https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html