Skip to content

通知 Toast

显示重要的全局通知信息。

Options

属性描述类型推荐值默认
message提示语string--
type类型success warning danger normal-normal
duration持续时间(ms),设置为 0 则永久展示number-4500
action按钮文案string--
handler按钮回调function--

Methods

方法名描述类型推荐值默认
success成功(message: string) => ComponentInternalInstance--
warning警告(message: string) => ComponentInternalInstance--
danger失败(message: string) => ComponentInternalInstance--
close关闭指定 GToast(instance: ComponentInternalInstance) => ComponentInternalInstance--
closeAll移除所有 GToast() => void--

Released under the MIT License.