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
现在的modalService:
ModalSerivce.operation(actions?, platform?)
this._modal.operation([ { text: '标为未读', onPress: () => console.log('标为未读被点击了') }, { text: '置顶聊天', onPress: () => console.log('置顶聊天被点击了') } ]);
希望修改modalService:
ModalSerivce.operation(actions?, platform?, modalOptions?)
this._modal.operation([ { text: '标为未读', onPress: () => console.log('标为未读被点击了') }, { text: '置顶聊天', onPress: () => console.log('置顶聊天被点击了') } ],{backdropDismiss:true});
麻烦了,谢谢!
The text was updated successfully, but these errors were encountered:
shuizhongxiong
No branches or pull requests
现在的modalService:
希望修改modalService:
麻烦了,谢谢!
The text was updated successfully, but these errors were encountered: