Skip to content
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

Modal 组件是否会提供类似支付宝的操作对话框 #912

Closed
lixiaoyang1992 opened this issue Mar 1, 2017 · 3 comments · Fixed by #925
Closed

Modal 组件是否会提供类似支付宝的操作对话框 #912

lixiaoyang1992 opened this issue Mar 1, 2017 · 3 comments · Fixed by #925
Assignees
Labels

Comments

@lixiaoyang1992
Copy link
Contributor

20170301_141912

api类似 Modal.alert

Modal.operation([
  { text: '标为未读', onPress: () => console.log('标为未读被点击了') },
  { text: '置顶聊天', onPress: () => console.log('置顶聊天被点击了') },
  { text: '删除该聊天', onPress: () => console.log('删除该聊天被点击了') },
])
@silentcloud
Copy link
Contributor

这个可以有

@silentcloud silentcloud self-assigned this Mar 1, 2017
@lixiaoyang1992
Copy link
Contributor Author

OK,我会pr一个

@pingan1927
Copy link
Contributor

准备做成Android专属的还是全平台的?

This was referenced Mar 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants