- 小米8 wx.getLocation 使用流量 报错 getLocation:fail:ERROR_NOCELL&WIFI_LOCATIONSWITCHOFF,wifi正常
onLoad: function () {
this.getCityId();
},
getCityId: function () {
console.log('获取经纬度');
var that = this;
//通过原生方法获取坐标
wx.getLocation({
success: function (res) {
that.setData({
show: res.latitude,
})
console.log('坐标', res)
var latitude = res.latitude
var longitude = res.longitude
},
fail: function (e) {
console.log('错误', e);
that.setData({
show:e.errMsg,
});
}
})
按照教程提供下代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
wechatide://minicode/GWHQ9UmF7C3p
必现吗?是否4G的信号不好呢?
信号很好,用流量必定出现这个问题
复现不出来啊!!!
是用的小米8吗?
对。
我录了视频,但是发不了。确定用的是流量吗?