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

[Toast] close回调方法类型参数 #2190

Closed
erosiners opened this issue Jul 14, 2023 · 1 comment · Fixed by #2191
Closed

[Toast] close回调方法类型参数 #2190

erosiners opened this issue Jul 14, 2023 · 1 comment · Fixed by #2191
Labels
in progress issue or pull request is in progress

Comments

@erosiners
Copy link

tdesign-miniprogram 版本

v1.1.12

重现链接

No response

重现步骤

Toast({
            selector: '#t-toast',
            message: '轻提示文字内容',
            close: () => {
                return ''
            }
        });

close回调方法应该如何写?

image

期望结果

No response

实际结果

No response

基础库版本

No response

补充说明

No response

@github-actions
Copy link
Contributor

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

@betavs betavs added the in progress issue or pull request is in progress label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in progress issue or pull request is in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants