admin管理员组文章数量:1559081
使用腾讯位置服务sdk,报错fail url not in domain list,已经在服务器域名中添加了https://apis.map.qq,但是还是不行
const qqmapsdk = new qqmapwx({
key: 'asdfasdf'
});
// wx.showtoast({ title: json.stringify(qqmapsdk.test()), icon: 'none' });return;
qqmapsdk.geocoder({
address: `${that.data.data.carownerinfo.areatxt}`, //地址参数,例:固定地址,address: '北京市海淀区彩和坊路海淀西大街74号'
success: res=>{
wx.showtoast({ title: json.stringify(res), icon: 'none' })
wx.chooselocation({
latitude:res.result.location.lat,
longitude:res.result.location.lng,
success (resp) {
console.error(resp)
that.setdata({
specificplace:resp.name,
lat:resp.latitude,
lng:resp.longitude,
meetaddressname:resp.address
})
},
fail(e){
wx.showtoast({ title: json.stringify(e), icon: 'none' })
}
})
},
fail(e){
wx.showtoast({ title: json.stringify(e), icon: 'none' })
}
})
j9九游会老哥俱乐部交流区的版权声明:本文标题:开通腾讯位置服务器,加载腾讯位置服务sdk,服务器域名已经添加https:apis.map.qq.com,还是报错?... 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://www.elefans.com/dianzi/1727422664a1113758.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论