albertshaw 8 years ago
parent
commit
e43be6fc29

+ 3 - 3
src/main/webapp/WEB-INF/views/common.html

@@ -101,9 +101,9 @@
 		<li th:classappend="${mainM=='news'}? 'active'">
 			<a th:href="${basePath + '/portal/news/newsIndex.html'}">策源地</a>
 			<ul class="secondary_navigation_nav" th:style="${'width:'+(3*75)+'px;left:-'+(3*75/2-74.25/2)+'px;'}">
-				<li><a th:href="${basePath + '/portal/news/newsIndex.html'}">新闻快讯</a></li>
-				<li><a th:href="${basePath + '/portal/news/newsIndex.html'}">科技政策</a></li>
-				<li><a th:href="${basePath + '/portal/news/newsIndex.html'}">政策解读</a></li>
+				<li><a th:href="${basePath + '/portal/news/newsIndex.html#news'}">新闻快讯</a></li>
+				<li><a th:href="${basePath + '/portal/news/newsIndex.html#policy'}">科技政策</a></li>
+				<li><a th:href="${basePath + '/portal/news/newsIndex.html#government'}">政府往来</a></li>
 			</ul>
 		</li>
 		<li th:classappend="${mainM=='creative'}? 'active'">

File diff suppressed because it is too large
+ 7 - 7
src/main/webapp/WEB-INF/views/portal/news/newsIndex.html


+ 0 - 2
src/main/webapp/WEB-INF/views/portal/technologyTrading/index.html

@@ -380,8 +380,6 @@
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
 		<script type="text/javascript" th:src="${portalHost + '/technologyTrading/index.js'}"></script>
-
-
 	</div>
 </body>