From 4dd3ea45cbc1b0a5fe1bc7e32658d9cf21a191e2 Mon Sep 17 00:00:00 2001 From: wangxin Date: Sun, 8 Apr 2018 14:52:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=B1=E8=B4=A5=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8F=90=E7=A4=BA=E6=B2=A1=E6=9C=89=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/tags/sys/message.tag | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/tags/sys/message.tag b/src/main/webapp/WEB-INF/tags/sys/message.tag index 3e6d03cb1..8ef2205ac 100644 --- a/src/main/webapp/WEB-INF/tags/sys/message.tag +++ b/src/main/webapp/WEB-INF/tags/sys/message.tag @@ -2,9 +2,16 @@ <%@ include file="/WEB-INF/include/taglib.jsp"%> <%@ attribute name="content" type="java.lang.String" required="true" description="消息内容"%> <%@ attribute name="type" type="java.lang.String" description="消息类型:info、success、warning、error、loading"%> + - +
\ No newline at end of file