-
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
vue3下button的openType="getPhoneNumber"回调方法onGetPhoneNumber没反应 #11445
Comments
等待热心的小伙伴解决问题中..., 有一些相关的 issues 可能帮助到你!
Thank you so much! |
我也遇到这个问题,操,最近一年没加过班,今天害得加班2个小时,排查不到原因。 |
遇到了同样的问题 |
大概是因为这个问题:#8796 |
@b2nil 我用jsx写法就是正确的 |
@b2nil 最开始全小写我也试过也是不行的 |
如下,全小写,解决问题。 |
谢谢,解决了我的问题。 |
<button open-type="getPhoneNumber" @getphonenumber="callback" /> |
文档坑死人啊 ,open-type不是getphonenumber。应该是getPhoneNumber |
相关平台
微信小程序
小程序基础库: 2.22.0
使用框架: Vue 3
复现步骤
taro版本3.4.3,微信小程序点击button弹出手机号获取授权没有进入回调方法,jsx写法可以进入
期望结果
可以进入回调方法
实际结果
没有进入
环境信息
The text was updated successfully, but these errors were encountered: