通知消息
页面加载等待效果
tips.loading('show'); // 显示
tips.loading('hide'); // 隐藏
消息提示
参数 | 说明 |
---|---|
$msg | 提示信息 |
$type | 提示类型:'info', 'success', 'warning', 'danger' |
$delay | 定义消息提示消失的时间,毫秒数 |
$icon | 图标,具体参考图标 |
$from | 'top' 或 'bottom' |
$align | 'left', 'right', 'center' |
tips.notify('修改成功,页面即将自动跳转~', 'success', 5000, 'ftsucai-name', 'top', 'center');