startLocationUpdateBackground的BUG?

发布于 7 年前作者 pmeng9445 次浏览最后编辑 7 年前来自 issues

微信版本、基础版本均符合要求,且startLocationUpdateBackground已经调用成功,

但用wx.canIUse("startLocationUpdateBackground“)返回false

这是什么原因?

3 回复
yantao
yantao1 楼6 年前

先用这个方式来处理下

if (typeof wx.startLocationUpdateBackground === “function”)

heping
heping2 楼6 年前

2.8.1 修复了你再试试

lizeng
lizeng3 楼5 年前

老哥,解决了吗?