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

[Bug Report] Dialog bug,在confirm里的then再调用任意对话框时,会一并关闭掉那个要打开的对话框,然后对话框的蒙层还在.无法点击页面 #5868

Closed
naas1d513215 opened this issue Aug 27, 2024 · 1 comment · Fixed by #5907

Comments

@naas1d513215
Copy link

重现链接

https://developers.weixin.qq.com/s/MILEjKmw7eTE

Vant Weapp 版本

1.11.6

描述一下你遇到的问题。

在confirm里的then再调用任意对话框时,会一并关闭掉那个要打开的对话框,然后对话框的蒙层还在.无法点击页面

重现步骤

飞书20240827-103031

test() { Dialog.confirm({ title: "确认", message: "跳过即放弃", confirmButtonText: "确认跳过" }).then(() => { Dialog.alert({ title: "跳过成功", message: "确认后将跳转" }).then(() => { })}) },

设备/浏览器

No response

@codermie
Copy link

我也遇到了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@naas1d513215 @codermie and others