layNotify 新一代Web弹窗组件。

			// Step1. 引入依赖
			let layNotify = layui.layNotify;.

			
// Step2. 使用 layNotify.notice({ title: "消息提示", message: "我是消息提示消息提示消息提示消息提示" }); layNotify.notice({ title: "成功提示", type: "success", message: "我是消息提示消息提示消息提示消息提示" }); layNotify.notice({ title: "警告提示", type: "warning", message: "我是消息提示消息提示消息提示消息提示" }); layNotify.notice({ title: "错误提示", type: "error", message: "我是消息提示消息提示消息提示消息提示" });