From 95d0282eadfb3a6ee08dcfeace0476bbb6f511c7 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Thu, 1 Nov 2018 16:54:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E7=94=9F=E6=88=90=E5=85=B3?= =?UTF-8?q?=E9=94=AE=E5=B8=A7=E5=9B=BE=E7=89=87=E9=94=99=E8=AF=AF=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E6=98=BE=E7=A4=BAException=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp b/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp index 8b5c0d525..9a0c9e0b8 100644 --- a/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp @@ -79,7 +79,14 @@ $(function(){ }, error:function(jqXHR, textStatus, errorThrown){ top.$.jBox.closeTip(); - alert(errorThrown); + //alert(jqXHR.responseText); + top.$.jBox(jqXHR.responseText,{ + width: $(document).width()*0.9, + height:$(document).height()*0.8, + top: '10%', + draggable:false, + title: "error info", buttons:{ "close":true} + }); return false; } });