uni.openLocation({
latitude: Number(option.latitude),
longitude: Number(option.longitude),
name: option.name,
address: option.address,
success() {
console.log(123123)
that.isBack = true
},
fail(e){
console.log(e)
}
});
这个一直报openLocation:fail no permission 看帖子需要开通wx.getLocation权限,但是小程序有景区服务类目不能开通
你好,请提供具体appid进一步核实原因。
你可以设置能够开通的泪目,然后去申请
为啥不能开通,哪里有提示吗