|
|
@@ -68,8 +68,10 @@
|
|
|
<div id="videoList" class="uploader-list"></div>
|
|
|
<div id="videoPicker" class="margin-right-10">选择视频</div>
|
|
|
<input type="hidden" th:value="${review.video_url}" th:id="video_url" th:name="video_url"/>
|
|
|
- <div id="videoListPre">
|
|
|
- <a th:href="@{ '' + ${review.videoDown.file_url}}">[[${review.videoDown.file_name}]]</a>
|
|
|
+ <div id="videoListPre" >
|
|
|
+ <div th:if="${review.has_video==true}">
|
|
|
+ <a th:href="@{ '' + ${review.videoDown.file_url}}">[[${review.videoDown.file_name}]]</a>
|
|
|
+ </div>
|
|
|
<!-- <video id="videoElement" class="centeredVideo" controls autoplay width="450" height="400">Your browser is too old which doesn't support HTML5 video.</video>-->
|
|
|
</div>
|
|
|
</div>
|