Explorar el Código

政策详情推荐文章bug

liliang4869 hace 7 años
padre
commit
a76ae7dd99
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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" >