diff --git a/view/document/notice.html b/view/document/notice.html index 6d2509f..3bbc7f2 100644 --- a/view/document/notice.html +++ b/view/document/notice.html @@ -18,6 +18,24 @@ +
+ + 或 + + 并 + + 并 + ++
+ layui.use(['notice', 'jquery', 'layer', 'code'], function() {
+ var notice = layui.notice;
+
+ notice.success("成功消息")
+ notice.error("危险消息")
+ notice.warning("警告消息")
+ notice.info("通用消息")
+ })
+
+
+ layui.use(['notice', 'jquery', 'layer', 'code'], function() {
+ var notice = layui.notice;
+
+ notice.clear();
+ })
+
+