Ant Design Mobile Toast 提示

Ant Design About 264 words

代码

duration默认是2000毫秒,指定为0时,表示不会自动关闭。

const toastHandler = Toast.show({
    duration: 0,
    icon: 'loading',
    content: '加载中…',
});

// 关闭
toastHandler.close();

强制关闭

关闭所有显示中的 Toast。

Toast.clear();

参考文档

https://ant-design-mobile.antgroup.com/zh/components/toast

Views: 8 · Posted: 2025-11-17

————        END        ————

Give me a Star, Thanks:)

https://github.com/fendoudebb/LiteNote

扫描下方二维码关注公众号和小程序↓↓↓

扫描下方二维码关注公众号和小程序↓↓↓
Today In History
Browsing Refresh