消息提示框 vjsp.toast
(static).toast(msg, typeopt, ops)
示例
vjsp.toast('提示!!' , 'info' , 3000);
参数:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
msg | String | 提示信息 | ||
type | String | optional | 'info' | 类型 |
ops | Number|Object | 2000 | 关闭延迟|其他配置 |
(static).toast(msg, typeopt, ops)
示例
vjsp.toast('提示!!' , 'info' , 3000);
参数:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
msg | String | 提示信息 | ||
type | String | optional | 'info' | 类型 |
ops | Number|Object | 2000 | 关闭延迟|其他配置 |