修改视频关键帧图片生成时缺省不打开图片列表界面

This commit is contained in:
zhangwei
2018-11-02 11:14:03 +08:00
parent ae191e4a41
commit bb3fbdcd25
3 changed files with 18 additions and 5 deletions

View File

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