图片生成关键帧图片错误时,显示Exception信息

This commit is contained in:
zhangwei
2018-11-01 16:54:55 +08:00
parent 4498f9d7f5
commit 95d0282ead

View File

@@ -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;
}
});