This commit is contained in:
罗松柏 2020-12-09 13:34:18 +08:00
parent 6fdc798ea3
commit dec09acc57

View File

@ -919,7 +919,7 @@ if ($act == 'newevent') {
function deletefujian(id){
if("<?=$isxfvrole?>" != "1" && "<?=$isxfyyerole?>" != "1" && "<?=$canEdit?>" != "1" && "<?=$isgxvrole?>" != "1" && "<?=$isgxyyerole?>" != "1" && "<?=$isgxcperole?>" != "1" && "<?=$isgxyferole?>" != "1" && "<?=$canEdit?>" != "1")return
if (confirm("确定删除该用户")) {
if (confirm("确定删除该附件")) {
$.ajax({
url: './?app=uploader&act=del',
dataType: 'json',