Sfoglia il codice sorgente

新闻政策详情

liliang4869 7 anni fa
parent
commit
063658edff

+ 1 - 1
src/main/webapp/WEB-INF/views/portal/news/newsDetail.html

@@ -42,7 +42,7 @@
 				</div> -->
 				<h5>推荐文章:</h5>
 				<div th:each="news:${news}">
-				    <span ><a th:href="@{/portal/news/newsDetail(id=${news.id,type=${type}})}"  th:text="${news.title}?${news.title}:'暂无更多内容'"></a></span>
+				    <span ><a th:href="@{/portal/news/newsDetail(id=${news.id},type=${type})}"  th:text="${news.title}?${news.title}:'暂无更多内容'"></a></span>
 				</div>
 			</div>
 			<div class="contetn_right" >