Jelajahi Sumber

解决活动回顾 封面图片丢失的问题

wangjiang988 5 tahun lalu
induk
melakukan
9fa9902ac8

+ 4 - 1
src/main/resources/templates/admin/government/activity_review/edit.html

@@ -50,7 +50,10 @@
                     <div id="filePicker" class="margin-right-10">重新选择图片</div>
                     <input type="hidden" th:id="img" th:name="img" />
                     <input type="hidden" value="" th:id="imgName" th:name="imgName"/>
-                    <div id="fileListPre"><img id="preImg" height=100 width=200  th:src="${fileUrl} +${review.fileDown.file_url}"/></div>
+                    <div id="fileListPre">
+                        <img id="preImg" height=100 width=200  th:src="${fileUrl} +${review.fileDown.file_url}"/>
+                        <input type="hidden" name="fileDown.file_id" id="files" th:value="${review.fileDown.file_id}">
+                    </div>
                 </div>
             </div>
         </div>