Antiloveg 8 years ago
parent
commit
d63e35532a

+ 1 - 1
src/main/webapp/WEB-INF/views/portal/scienceTechnology/bigShot.html

@@ -113,7 +113,7 @@
 					<div class="lecture_content_info">
 						<h5 th:text="${lecture.name}" th:title="${lecture.name}"></h5>
 						<p class="mt20" th:text="${lecture.lectureTimeFormattedDate}" th:title="${lecture.lectureTimeFormattedDate}"></p>
-						<a href="#" class="customer-service">报名中</a>
+						<a href="#" class="customer-service" th:text="${lecture.lectureStatus} == 0 ? '报名中' : '已结束'">报名中</a>
 					</div>
 				</li>
 			</ul>