We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
问题描述 在 v-for 循环中使用 ref="comp", 微信和百度正常,this.$refs.comp 为多个组件的数组
ref="comp"
在支付宝中,this.$refs.comp 虽然为数组,但只包含了一个组件
预期结果 支付宝端结果与微信一致
系统信息: uni-app v2.3.7 uni-app cli v2.0.0-23720191024001
补充信息 查看支付宝 dist/dev 中的 vendor.js, 有如下代码
改成这样即可正常得到包含多个组件的 ref
The text was updated successfully, but these errors were encountered:
已确认bug,感谢反馈
Sorry, something went wrong.
请问有修复计划吗
fix(mp-alipay): refInFor #930
1967262
头条小程序在真机上也有这样的错误,在模拟器上没有这个问题
fxy060608
No branches or pull requests
问题描述
在 v-for 循环中使用
ref="comp"
, 微信和百度正常,this.$refs.comp 为多个组件的数组在支付宝中,this.$refs.comp 虽然为数组,但只包含了一个组件
预期结果
支付宝端结果与微信一致
系统信息:
uni-app v2.3.7
uni-app cli v2.0.0-23720191024001
补充信息
查看支付宝 dist/dev 中的 vendor.js, 有如下代码
改成这样即可正常得到包含多个组件的 ref
The text was updated successfully, but these errors were encountered: