Browse Source

列表页BUG修复

Signed-off-by: anderx <312518615@qq.com>
anderx 5 years ago
parent
commit
8c6032da7f

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

@@ -19,7 +19,7 @@
            <div th:replace="common::nav('','')"></div>
             <!-- 新闻轮播图  -->
             <div class="swiper-containerx">
-                 <img th:src="${banners}==null?${portalHost+'/images/banner/news_bg.png'}:${avatarUploadHost}+${banners.bannerUrl}" />
+                 <img th:src="${banners}==null?${portalHost+'/images/banner/news_bg.jpg'}:${avatarUploadHost}+${banners.bannerUrl}" />
             </div>
             <!-- 新闻轮播图 end -->
         </header>

+ 2 - 2
src/main/webapp/WEB-INF/views/portal/newsDetails.html

@@ -34,9 +34,9 @@
                     <li><a th:href="${basePath+'/portal/newsList'}">新闻动态</a> </li>
                     <li>&gt;</li>
                     <!-- @{/portal/technologyTrading/achievementList(fieldA=${industry.id})} -->
-                    <li><a th:href="@{/portal/newsList(type=${news.type})}" th:text="${news.type}==0?'公司新闻':'行业新闻'">公司新闻</a> </li>
+                    <li><a th:href="@{/portal/news(type=${news.type})}" th:text="${news.type}==0?'公司新闻':'行业新闻'">公司新闻</a> </li>
                     <li>&gt;</li>
-                    <li class="active"><a href="#" th:text="${news.title}">科德高企培育系列讲座走进湘乡</a> </li>
+                    <li class="active"><a href="javascript:;" th:text="${news.title}">科德高企培育系列讲座走进湘乡</a> </li>
                 </ul>
             </div>
         </div>