收藏
回答

startLocationUpdateBackground安卓息屏后后台无法获取定位信息..

框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
小程序 Bug Android 14 一加竞速版 PGZ110 8.0.43

已上传日志..微信号 theartsd

看息屏了2分钟..中间的11:25分是没记录的..

wx.startLocationUpdateBackground({ //前后台调用


							success: (res) => {
								that.isShiShi = true;
								console.log('获取后res:', res);
								
								wx.onLocationChange(function(res) {
									
									if (that.lastGpgx == '') {
										that.lastGpgx = res.longitude;
										that.lastGpgy = res.latitude;
									}
									let nowGpsItem = {
										'time': that.$u.timeFormat(new Date().getTime(), 'hh:MM:ss'),
										'gpsx': res.longitude,
										'gpsy': res.latitude, 
									}
									that.gpsList.push(nowGpsItem)
									that.upGpsBack(res.longitude, res.latitude)
									
									
								});
								// that.timeGetGps();
								





							},
回答关注问题邀请回答
收藏

2 个回答

  • 社区技术运营专员-Jahozheng
    社区技术运营专员-Jahozheng
    07-16

    请提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    07-16
    有用
    回复
  • 其沅科技(小程序,APP网站开发)
    其沅科技(小程序,APP网站开发)
    05-16

    安卓机器能给的权限都给了.省电,闲置.后台运行..都给微信权限了.还是不行..求解!

    05-16
    有用
    回复
登录 后发表内容