Ant-design-mobile: Modal 组件是否会提供类似支付宝的操作对话框

Created on 1 Mar 2017  ·  3Comments  ·  Source: ant-design/ant-design-mobile

20170301_141912

api类似 Modal.alert

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

Most helpful comment

OK,我会pr一个

All 3 comments

这个可以有

OK,我会pr一个

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

Was this page helpful?
0 / 5 - 0 ratings