收藏
回答

微信公众号,安卓调用定位,出现getLocation:timeout?

ios一切正常,就是安卓机老是出现getLocation:timeout,目前使用的测试机华为安卓,都会出现,微信版本是7.0.6

componentDidMount() {
  window.wx.ready(() => {
    this.getLocation()
  })
}
 
// eslint-disable-next-line class-methods-use-this
getLocation() {
  window.wx.getLocation({
    type: 'wgs84',
    success: () => {
    },
    fail: (res) => {
      console.log(res)
    },
    complete: () => {
    },
  })
}


最后一次编辑于  2019-08-22
回答关注问题邀请回答
收藏

3 个回答

登录 后发表内容
问题标签