收藏
回答

地图本来好好的,突然出现OpenLocation:permission denied是怎么回事?

【皮可宠物】有没有社区技术支持帮助解决一下

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

2 个回答

  • Demons
    Demons
    2022-10-11

    麻烦重启微信试试

    2022-10-11
    有用
    回复 3
    • Cedric
      Cedric
      发表于移动端
      2022-10-11
      重启无效,仍然有这个问题,代码没有变动过,有没有什么排查点和方向
      2022-10-11
      回复
    • Demons
      Demons
      2022-10-11回复Cedric
      请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
      2022-10-11
      回复
    • Cedric
      Cedric
      2022-10-11回复Demons
      没有使用小程序开发者工具,只有一个H5单页面放置在皮可公众号-查酒店菜单 https://m.qumoyugo.com/act/hotel-list-pet.html 点击地图导航弹出权限拒绝的提示
      代码片段:
      openMap(item){
                  wx.ready(function() {
                    wx.checkJsApi({
                      jsApiList: ['openLocation'],
                      success: function() {
                        wx.openLocation({
                          latitude: item.latitude,
                          longitude: item.longitude,
                          scale: 18,
                          name: item.hotelName,
                          address: item.hotelAddress,
                          // complete: (e) => {
                          // console.log(e)
                          // },
                          fail: (e) => {
                            console.log('fail', e)
                            alert(e.errMsg)
                          }
                        })
                      },
                      fail: (e) => {
                        console.log('checkJsApi fail', e)
                      },
                    })
                  })
                },
      麻烦先看下
      2022-10-11
      回复
  • Cedric
    Cedric
    2022-10-11

    console.debug有如上提示

    看下这个大概是什么原因

    2022-10-11
    有用
    回复 1
    • Cedric
      Cedric
      2022-10-12
      眼瞎了,页面地址不知道啥时候错了
      2022-10-12
      回复
登录 后发表内容
问题标签