xinyb
2022-12-03 c74a0b456b48fa9c921c89a119d5c918745541f8
更新附件title显示内容
1个文件已修改
14 ■■■■■ 已修改文件
WebRoot/js/index/funcLink.js 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebRoot/js/index/funcLink.js
@@ -467,11 +467,15 @@
                        jsons[i].unid + "@p@" + jsons[i].seq, jsons[i].domain, jsons[i].dbid,
                        false, 60, 60, jsons[i].orgFileType);
                    //文件显示信息
                    let title = '文件名:' + jsons[i].originalFileName +
                        ' \n类型:' + jsons[i].fileType +
                        ' \n大小:' + jsons[i].fileSizeStr +
                        ' \n上传者:' + jsons[i].authorName +
                        ' \n上传时间:' + jsons[i].uploadTimeStr;
                    let title = '文件名: ' + jsons[i].originalFileName +
                        ' \n类型: ' + jsons[i].fileType +
                        ' \n大小: ' + jsons[i].fileSizeStr +
                        ' \n上传者: ' + jsons[i].authorName +
                        ' \n上传时间: ' + jsons[i].uploadTimeStr+
                        ' \n允许查看次数: ' + (jsons[i].allowViewNums == 0?'无限制':jsons[i].allowViewNums) +
                        ' \n已查看次数: ' + jsons[i].viewNums +
                        ' \n允许下载次数: ' + (jsons[i].allowDownNums == 0 ? '无限制' : jsons[i].allowDownNums) +
                        ' \n已下载次数: ' + jsons[i].downNums;
                    //下载地址
                    let Down = jsons[i].domain + "/attachment/downLoadAttachment.do?filePath=" +
                        jsons[i].unid + "@p@" + jsons[i].seq + "_" + jsons[i].dbid + "_" +