ant-design / ant-design-mobile

Essential UI blocks for building mobile web apps.
https://mobile.ant.design
MIT License
11.61k stars 2.39k forks source link

Tooltip 会增加多实例共存么,连续调用Toast.show,所有content都显示在页面上,类似于Ant Design的Message #6420

Closed mxmxixixi closed 9 months ago

mxmxixixi commented 10 months ago

Version of antd-mobile

No response

What is this feature about?

Tooltip 会增加多实例共存么,连续调用Toast.show,所有content都显示在页面上,类似于Ant Design的Message

zombieJ commented 10 months ago

Toast 设计上是单例,只是没有去阻止。可以加,不过感觉同时出多个并不是设计的初衷。

mxmxixixi commented 10 months ago

不过现在连续调用Toast.show,页面只出现第二次调用的内容,我想要 A0E4FD8F-CF53-4158-8B62-50917B5953AB 这种效果,怎么写呢

1587315093 commented 9 months ago

不过现在连续调用Toast.show,页面只出现第二次调用的内容,我想要 A0E4FD8F-CF53-4158-8B62-50917B5953AB 这种效果,怎么写呢

感觉移动端很少这种一直堆信息的交互,要么就是把上一条清掉那种

miracles1919 commented 9 months ago

用 Modal 或者 CenterPopup 自己封装下