助力软件开发企业降本增效 PHP / java源码系统,只需一次付费,代码终身使用! 广告
## 消息通知 消息通知依赖组件[http://bootstrap-notify.remabledesigns.com/](http://bootstrap-notify.remabledesigns.com/) [TOC] ## swal消息提示 ``` require(['hdjs'],function(hdjs){ hdjs.info('感谢注册后盾人会员'); }) ``` ## bootstrap消息 ![](https://box.kancloud.cn/a146acdba9d0cd1c1016e4b3ef0482e5_315x87.png) ``` <script> require(['hdjs','bootstrap'], function (hdjs) { hdjs.notify({ title: "提示:", message: 'HDJS 开发必用', type: 'danger', icon: 'glyphicon glyphicon-star', url: "https://hdjs.hdphp.com" }, { offset: 50, type: 'warning', delay: 3000 }) }) </script> ``` 如果有其他定制需求,请查看组件文档 [http://bootstrap-notify.remabledesigns.com/](http://bootstrap-notify.remabledesigns.com/)