scanCode 在设置了 scanType 之后,无法扫描小程序码
调用 wx.scanCode() 时,如果设置了 scanType 则无法扫描小程序码。
出现问题的机型为: iPhone Xr 系统版本: 13.1
分别测试了 scanType 为以下五种情况时的表现,使用了基础库 2.8.2 和 2.7.1:
1. 不设置,即默认值
2
. [‘qrCode’]
-
[‘barCode’]
-
[‘qrCode’, ‘barCode’]
-
[‘qrCode’, ‘barCode’, ‘datamatrix’, ‘pdf417’]
除了【情况1】 之外,其他均无法扫描小程序码。
在一款安卓机上测试,却无此问题。
代码片段不能真机调试,不确定能否使用代码片段来重现。