Jelajahi Sumber

图片文件不展示问题

user5 4 tahun lalu
induk
melakukan
6ddf9b4046

+ 3 - 3
src/main/webapp/webpage/modules/ruralprojectrecords/ruralporjectmessage/projectcontentinfo/new/projectRecordsMessageAudit.jsp

@@ -508,7 +508,7 @@
 																		   or fn:containsIgnoreCase(fileAttachment.attachName,'gif')
 																		   or fn:containsIgnoreCase(fileAttachment.attachName,'bmp')
 																		   or fn:containsIgnoreCase(fileAttachment.attachName,'jpeg')}">
-																	<img src="${fileAttachment.url}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${fileAttachment.temporaryUrl}','90%','90%')" alt="${fileAttachment.attachName}">
+																	<img src="${fileAttachment.temporaryUrl}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${fileAttachment.temporaryUrl}','90%','90%')" alt="${fileAttachment.attachName}">
 																</c:when>
 																<c:otherwise>
 																	<c:choose>
@@ -621,7 +621,7 @@
 																		   or fn:containsIgnoreCase(fileGistdata.attachName,'gif')
 																		   or fn:containsIgnoreCase(fileGistdata.attachName,'bmp')
 																		   or fn:containsIgnoreCase(fileGistdata.attachName,'jpeg')}">
-																	<img src="${fileGistdata.url}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${fileGistdata.temporaryUrl}','90%','90%')" alt="${fileGistdata.attachName}">
+																	<img src="${fileGistdata.temporaryUrl}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${fileGistdata.temporaryUrl}','90%','90%')" alt="${fileGistdata.attachName}">
 																</c:when>
 																<c:otherwise>
 																	<c:choose>
@@ -736,7 +736,7 @@
 																		   or fn:containsIgnoreCase(fileOther.attachName,'gif')
 																		   or fn:containsIgnoreCase(fileOther.attachName,'bmp')
 																		   or fn:containsIgnoreCase(fileOther.attachName,'jpeg')}">
-																	<img src="${fileOther.url}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${fileOther.temporaryUrl}','90%','90%')" alt="${fileOther.attachName}">
+																	<img src="${fileOther.temporaryUrl}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${fileOther.temporaryUrl}','90%','90%')" alt="${fileOther.attachName}">
 																</c:when>
 																<c:otherwise>
 																	<c:choose>