魅族手机pro5,4G状态获取地理位置失败
魅族手机pro5,在未开wifi状态下调用微信内置地图查看位置,地图信息处于一直加载状态。
wx.getLocation({
type: 'gcj02',
success: function(res) {
var latitude = res.latitude
var longitude = res.longitude
wx.openLocation({
latitude: latitude,
longitude: longitude
})
}
})