大佬,解决了吗
IOS 小程序中内嵌的h5中通过wx.chooseInvoice API唤起为啥失败?已经在config中注册成功 调用checkJsApi以后是成功的 [图片] wx.ready(() => { wx.checkJsApi({ jsApiList: ['chooseInvoice'], success() { // 这里传递的参数和config注册接口填写的参数一致 console.log(that.$store.state.timestamp, that.$store.state.nonceStr); try { wx.invoke( 'chooseInvoice', { timestamp: that.$store.state.timestamp, nonceStr: that.$store.state.nonceStr, }, (res) => { console.log('chooseInvoice:', JSON.stringify(res)); }, ); } catch (err) { console 但是唤起的时候失败 [图片] 这是为什么?是公众号需要线下配置么?
2023-02-17这个可以实现了吗
在调用wx.scanCode进行扫码后,如果长时间未能扫描到信息,如何弹出提示或终止扫码过程?在调用wx.scanCode进行扫码后,如果长时间未能扫描到信息,如何弹出提示或终止扫码过程?
2021-10-29