图片生成关键帧图片错误时,显示Exception信息
This commit is contained in:
@@ -79,7 +79,14 @@ $(function(){
|
|||||||
},
|
},
|
||||||
error:function(jqXHR, textStatus, errorThrown){
|
error:function(jqXHR, textStatus, errorThrown){
|
||||||
top.$.jBox.closeTip();
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user