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
https://developers.weixin.qq.com/s/MILEjKmw7eTE
1.11.6
在confirm里的then再调用任意对话框时,会一并关闭掉那个要打开的对话框,然后对话框的蒙层还在.无法点击页面
test() { Dialog.confirm({ title: "确认", message: "跳过即放弃", confirmButtonText: "确认跳过" }).then(() => { Dialog.alert({ title: "跳过成功", message: "确认后将跳转" }).then(() => { })}) },
No response
The text was updated successfully, but these errors were encountered:
我也遇到了
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
重现链接
https://developers.weixin.qq.com/s/MILEjKmw7eTE
Vant Weapp 版本
1.11.6
描述一下你遇到的问题。
在confirm里的then再调用任意对话框时,会一并关闭掉那个要打开的对话框,然后对话框的蒙层还在.无法点击页面
重现步骤
test() { Dialog.confirm({ title: "确认", message: "跳过即放弃", confirmButtonText: "确认跳过" }).then(() => { Dialog.alert({ title: "跳过成功", message: "确认后将跳转" }).then(() => { })}) },
设备/浏览器
No response
The text was updated successfully, but these errors were encountered: