手机是360 N6 pro 型号 1801-A01
手机定位开了,微信也授权了
wx.getLocation一直在走fail报
//代码 -----------------------
//.js
//地理位置授权handler: function (e) { var _this=this; console.log(e.detail.authSetting["scope.userLocation"]) if (e.detail.authSetting["scope.userLocation"]) { wx.getLocation({ type: 'gcj02', success: res => { console.log(res) app.globalData.userLocation.latitude = res.latitude; app.globalData.userLocation.longitude = res.longitude; _this.getProductList(_this.data.page) }, fail: err => { console.log(err) }, complete:ree=>{ console.log(ree) } }) }}
微信小程序开发问题解答
微信小程序开发者回答:
请问你的这个问题处理好了吗
微信小程序开发者回答:
大概率和环境有关,确认下微信发送位置是否正常or其他定位app是否正常;
检查下位置服务是否开启;
我->设置->帮助与反馈->右上角上传日志,并提供微信号与时间点哈。
---
确认上述两点还有问题请给下日志吧
微信小程序开发者回答:
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
本文网址:http://www.91bianli.com/weixinxiaochengxu/42160.html