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

[Dialog] 弹窗关闭后 较短时间内调用弹窗展示-- 弹窗不显示 #276

Closed
wutianSweet opened this issue Mar 22, 2022 · 2 comments · Fixed by #356
Closed

[Dialog] 弹窗关闭后 较短时间内调用弹窗展示-- 弹窗不显示 #276

wutianSweet opened this issue Mar 22, 2022 · 2 comments · Fixed by #356
Assignees

Comments

@wutianSweet
Copy link
Contributor

wutianSweet commented Mar 22, 2022

tdesign-miniprogram 版本

0.6.2

重现链接

No response

重现步骤

  test() {
    Dialog.alert({
      title: '对话框标题',
      content: '告知当前状态、信息和解决方法等内容。',
      confirmBtn: '我知道了',
    }).then(() => {
      setTimeout(() => {
        this.test();
      }, 300);
      // 点击确定按钮时触发
    });
  }

期望结果

弹窗能正常显示

实际结果

No response

框架版本

No response

浏览器版本

No response

系统版本

No response

Node版本

No response

补充说明

No response

@github-actions
Copy link
Contributor

👋 @wutianSweet,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

@github-actions
Copy link
Contributor

github-actions bot commented Mar 22, 2022

♥️ 有劳 @jin0209 @mcc108 尽快确认问题。
确认有效后将下一步计划和可能需要的时间回复给 @wutianSweet

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

Successfully merging a pull request may close this issue.

2 participants