-
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
支付宝小程序问题汇总 #1686
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
CC @Chen-jj |
还有一个问题 Picker 组件传入样式 没有效果
同理 传入class 也没有效果 |
createAnimation 的 duration 属性为 0 的时候,效果和预期不合符。依然会有动画过渡过程,应该没有动画过程直接到结果 |
组件:Picker <picker range="{{selector}}" value="{{selectorValue}}" onChange="handleChange">
<at-button>点击</at-button>
</picker> |
组件:Swiper <swiper>
<swiper-item>
<image mode="widthFix" src="...."/>
</swiper-item>
</swiper> |
|
Swipe 可否提供 onAnimationFinish 生命周期? |
@SzHeJason 支付宝最新尝鲜版本已经实现了 query.in() |
@chaojiangcn 自行删减代码先大概定位,这样提问没有意义。 |
行,谢谢 |
问题描述
这并不是 Taro 的问题,而是支付宝没提供这种功能,限定某个组件查询节点 类似于 微信小程序的 in 语法 或者说是 react 的 this.ref 的方式,这对于组件化是一个很重要的功能,缺少这个功能将导致 组件中使用节点查询的结果 永远都是第一个组件的值
重现步骤
期望行为
希望能提供类似的方法 和 临时解决方案
系统信息
The text was updated successfully, but these errors were encountered: