-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
taro 3.4.5 及以后的版本存在重大bug #11703
Milestone
Comments
你是如何调用scan的? 正确的应该用 |
当然是 scanCode https://github.com/konka-king/alipay-pickerview 我demo放上去了,点击按钮就扫码,success 属性方法 接收不到回调参数 |
ZakaryCode
added
V-3
Version - 3.x
F-react
Framework - React
T-alipay
Target - 编译到支付宝小程序
labels
Apr 24, 2022
感谢反馈!问题已定位,将合并至下个patch版本。 |
AdvancedCat
added a commit
to AdvancedCat/taro
that referenced
this issue
Apr 24, 2022
17 tasks
Chen-jj
added a commit
that referenced
this issue
Apr 25, 2022
* fix(alipay): 修复调用部分api未正确获取返回值的问题, fix #11703 * test(alipay): update snapshot Co-authored-by: chenjiajian <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
支付宝小程序
小程序基础库: 2.23.2
使用框架: React
复现步骤
6ead869
可见于这个commit
比如支付宝扫码,此时 key== item == 'scan' ,apiItem = apiDiff[item] == undefined , 导致扫码无结果返回
其他相关api 也是类似 失效了
3.4.4 是正常的
期望结果
扫码有返回
实际结果
扫码无返回
环境信息
The text was updated successfully, but these errors were encountered: