收藏
回答

startLocationUpdate:fail unimplemented是什么原因?怎么解决?

wx.startLocationUpdate获取用户位置信息,提示startLocationUpdate:fail unimplemented,网上没有搜到相关的信息,请问这个问题是因为什么导致的,应该怎么解决?

代码如下:

wx.startLocationUpdate({
      type: 'gcj02',
      success(res) {
        console.info(res);
      },
      fail(err) {
        app.showModal("位置获取失败", JSON.stringify(err));
      }
    })
回答关注问题邀请回答
收藏
登录 后发表内容