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
https://docs.alipay.com/mini/component-ext/swipe-action
建议restore改为restore="{{swipeIndex == null || swipeIndex !== index}}"
restore="{{swipeIndex == null || swipeIndex !== index}}"
这样编辑和删除完之后直接this.setData({'swipeIndex': null})即可恢复到初始状态
this.setData({'swipeIndex': null})
The text was updated successfully, but these errors were encountered:
doc: fix #120
d9558d4
Merge pull request #124 from ant-mini-program/feat-swipedoc
a48d47d
Successfully merging a pull request may close this issue.
https://docs.alipay.com/mini/component-ext/swipe-action
建议restore改为
restore="{{swipeIndex == null || swipeIndex !== index}}"
这样编辑和删除完之后直接
this.setData({'swipeIndex': null})
即可恢复到初始状态The text was updated successfully, but these errors were encountered: