-
//自动获取当前定位坐标
wx.getLocation({
type: 'gcj02',
success: function (res) {
var latitude=res.latitude;
that.setData({
latitude: res.latitude,
longitude: res.longitude
})
}
});
在真机上10次有8次获取不到,求大神解惑。十分感谢!
微信小程序开发问题解答
微信小程序开发者回答:
手机上调用不成功,执行的是fail
微信小程序开发者回答:
获取不到的时候fail的回调信息console看看
本文网址:http://www.91bianli.com/weixinxiaochengxu/17693.html