收藏
回答

scanQRCode调用扫码时报permission denied是怎么回事?

权限有的

wx.config({

  debug: true, // 开启调试模式

  appId: '${appId}',

      timestamp: '${timestamp}',

      nonceStr: '${nonceStr}',

      signature: '${signature}',

      jsApiList: ['checkJsApi', 'scanQRCode']

  }); 

配置也加了,每次点扫二维码时就报错求解

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

2 个回答

登录 后发表内容