- 已开通分账,CloudPay.profitSharingAddReceiver()返回无分账权限?
已开通分账,添加分账接收方CloudPay.profitSharingAddReceiver()返回无分账权限,还需要开通什么? [图片][图片]
2023-12-12 - wx.scanCode 连续扫码 调用不了摄像头
已经上报过了,但是问题依旧 https://developers.weixin.qq.com/community/develop/doc/00000c8e5cc780835c9ed02ea51c00 scanbar方法会循环调用方法本身 手动点击Scan触发的scanbar方法可以正常扫码,到循环调用方法本身 that.ScanBar(); (如图1)弹出的扫码会停在图2,黑屏,获取不了摄像头 [图片][图片]
2022-10-13 - wx.scanCode 连续扫码 调用不了摄像头
https://developers.weixin.qq.com/s/Ij0RJim97pCQ scanbar方法会循环调用方法本身 手动点击Scan触发的scanbar方法可以正常扫码,到循环调用方法本身 that.ScanBar(); (如图1)弹出的扫码会停在图2,黑屏,获取不了摄像头 [图片][图片]
2022-09-23 - 微信中wx.scanCode 黑屏?
开发者工具Stable 1.06.2209070 操作系统win10 64位操作系统 手机ipnoneXs 软件版本15.6.1 微信版本8.0.28 企业微信4.0.16(100358) 在微信中 手动点wxml触发的 ScanBar()扫码没问题 ScanBar()里面的 that.ScanBar(); 方法内自调用的扫码黑屏,如下图,无反应 在企业微信中没有问题 代码片段https://developers.weixin.qq.com/s/Ij0RJim97pCQ [图片][图片] https://developers.weixin.qq.com/s/Ij0RJim97pCQ
2022-09-15 - wx.scanCode 第二次调用调用不了摄像头?
程序一直没更新,以前没这个问题,今天发现在js中的 setTimeout(function () { that.ScanBar(); }, 0); 中自动调用的that.ScanBar();扫码调用不了摄像头? wxml代码 <view type='primary' class="primarybutton mainview_top" bindtap="ScanBar" >Scan</view> .js 代码 -------------------------------------------------- ScanBar: function () { var that = this wx.scanCode({ success: (res) => { …… setTimeout(function () { that.ScanBar(); }, 0); }, fail: (res) => { } }) }, -----------------------------------------
2022-09-14