wx.getLocation({
type: "gcj02",
success: function(res) {
that.lat = res.latitude;
that.lng = res.longitude;
that.getdata();
console.log('res',res)
},
fail: function(err) {
console.log('111',err)
}
});
ios系统手机报错errMsg: "getLocation:fail system permission denied"
是否关闭了系统的定位权限