ImagePicker选择照片后,删除时怎么增加是否要删除的提示 #1262
-
ImagePicker选择照片后,删除时怎么增加是否要删除的提示 |
Beta Was this translation helpful? Give feedback.
Answered by
juzi214032
Feb 19, 2021
Replies: 2 comments
-
暂时不支持增加删除提示,后续我们会考虑一下这个能否实现 |
Beta Was this translation helpful? Give feedback.
0 replies
-
0.9.4 版本已支持该场景 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
juzi214032
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
0.9.4 版本已支持该场景
使用 remove 属性禁用删除图片,并监听 linremovetap 事件,最后调用外部函数 linRemoveImage 即可