https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.openLocation.html
openLocationSchoole() {
wx.getLocation({
type: 'gcj02', //返回可以用于wx.openLocation的经纬度
success (res) {
wx.openLocation({
latitude: 19.980819,
longitude: 110.460972,
// scale: 5,
name: '海南艺术职业学院',
address: '海南省海口市桂林洋经济开发区 桂林洋大道10号'
})
},
fail (res){
console.error("res="+res);
}
})
},
在体验版是ok的,在正式版没生效
参考这个,完善下用户隐私协议
https://developers.weixin.qq.com/community/develop/article/doc/000e4ea2d84720902e903328e61813
那就是隐私协议没配