修改视频关键帧图片生成时缺省不打开图片列表界面
This commit is contained in:
@@ -69,9 +69,10 @@ $(function(){
|
||||
top.$.jBox.closeTip();
|
||||
if(data.status==1){
|
||||
$("#picPath").val(data.picFilePath);
|
||||
$("#srcPath").val(data.srcPath);
|
||||
$("#showPicture").removeClass("hidden");
|
||||
var url = "${ctx}/ntc/av/sample/selectVedioPicture?picFilePath="+encodeURIComponent(data.picFilePath);
|
||||
openPicWindow(url);
|
||||
//openPicWindow(url);
|
||||
}else{
|
||||
alert(data.msg);
|
||||
}
|
||||
@@ -85,7 +86,7 @@ $(function(){
|
||||
height:$(document).height()*0.8,
|
||||
top: '10%',
|
||||
draggable:false,
|
||||
title: "error info", buttons:{ "close":true}
|
||||
title: "Error Info", buttons:{ "close":true}
|
||||
});
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user