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
场景:同一时刻,可能有多个弹窗需要展示。 要求: 界面上只能展示一个,关闭其中一个才可以展示下一个; 展示到某个弹窗时,点击弹框的“确认”按钮,打开一个控制器页面,此时希望暂停队列里面的弹框,等当前页面关了,恢复剩下的弹框展示; 展示到某个弹窗时,点击弹框的“确认”按钮,打开一个控制器页面,此时不希望展示所有剩余弹框了,清空队列。
场景:同一时刻,可能有多个弹窗需要展示。 要求:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
可以支持队列展示弹框吗?
The text was updated successfully, but these errors were encountered: