소스 검색

政策详情推荐文章bug

liliang4869 7 년 전
부모
커밋
a76ae7dd99
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/WEB-INF/views/portal/news/newsDetail.html

+ 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})}"  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" >