|
@@ -42,7 +42,7 @@
|
|
|
</div> -->
|
|
</div> -->
|
|
|
<h5>推荐文章:</h5>
|
|
<h5>推荐文章:</h5>
|
|
|
<div th:each="news:${news}">
|
|
<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>
|
|
</div>
|
|
|
<div class="contetn_right" >
|
|
<div class="contetn_right" >
|