xinyb
2022-05-18 c2dc593c9b8948718381f3a2996b6f94a59ad80a
WebRoot/public/template/0/16/index.jsp
@@ -24,6 +24,10 @@
            <div id="tplt-panel" style="margin-left: 10px;margin-top:5px;">
                <%@ include file="panel.jsp" %>
            </div>
            <div class="colorDescription">
                <%//文字颜色说明显示位置 xin 2022-5-16 14:45:39%>
                [?ColorDescription]
            </div>
        </div>
        <%
            if ("1".equals(isShowOnlineMsg)) {
@@ -58,7 +62,7 @@
    if (error != null) {
        error = error.split(":");
        if (error.length > 1) {
            error = error[1];
            error = error[error.length-1];
        }
    }
    top.$.messager.alert('提示信息', error, '', function (r) {