Pārlūkot izejas kodu

去除立即购买按钮,智库咨询修改

liliang4869 7 gadi atpakaļ
vecāks
revīzija
7731f113f8

+ 2 - 1
src/main/java/com/goafanti/common/utils/LimitLengthUtil.java

@@ -43,7 +43,8 @@ public class LimitLengthUtil {
 	private static final int SIZE = 8;
 	private static final int SIZE = 8;
     private static final String SYMBOL = "*";
     private static final String SYMBOL = "*";
 
 
-    public static String toConceal(String value) {
+    @SuppressWarnings("unused")
+	public static String toConceal(String value) {
         if (null == value || "".equals(value)) {
         if (null == value || "".equals(value)) {
             return value;
             return value;
         }
         }

+ 2 - 1
src/main/webapp/WEB-INF/views/portal/technologyTrading/achievementDetail.html

@@ -65,7 +65,8 @@
 							<input type="hidden" th:isInterester="${isInterester}" id="isInterester">                     
 							<input type="hidden" th:isInterester="${isInterester}" id="isInterester">                     
                     	</div>
                     	</div>
 	                    <div class="detail_btn">	
 	                    <div class="detail_btn">	
-	                       <a href="javascript:;" onclick="_MEIQIA('showPanel')">我要咨询</a><a href="javascript:;" id="purchase">立即购买</a>
+	                       <a href="javascript:;" onclick="_MEIQIA('showPanel')">我要咨询</a>
+	         
 	                        <input type="hidden" th:val="${achievementdetail.id}" id="Id_" />
 	                        <input type="hidden" th:val="${achievementdetail.id}" id="Id_" />
 		
 		
 							<input type="hidden" th:isLogin="${!isLogin}" id="isLogin" />
 							<input type="hidden" th:isLogin="${!isLogin}" id="isLogin" />

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

@@ -53,7 +53,7 @@
 							<input type="hidden" th:isInterester="${isInterester}" id="isInterester">                     
 							<input type="hidden" th:isInterester="${isInterester}" id="isInterester">                     
                     	</div>
                     	</div>
 	                    <div class="detail_btn">
 	                    <div class="detail_btn">
-	                       <a href="javascript:;" onclick="_MEIQIA('showPanel')">我要咨询</a><a href="javascript:;" id="purchase">立即购买</a>
+	                       <a href="javascript:;" onclick="_MEIQIA('showPanel')">我要咨询</a>
 	                        <input type="hidden" th:val="${demand.id}" id="Id_" />
 	                        <input type="hidden" th:val="${demand.id}" id="Id_" />
 							<input type="hidden" th:typ="${demand.dataCategory}" id="ownerType_" />
 							<input type="hidden" th:typ="${demand.dataCategory}" id="ownerType_" />
 							<input type="hidden" th:isLogin="${!isLogin}" id="isLogin" />
 							<input type="hidden" th:isLogin="${!isLogin}" id="isLogin" />

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

@@ -4,7 +4,7 @@
 <head th:replace="common::header(~{::title},~{::link})">
 <head th:replace="common::header(~{::title},~{::link})">
 	<title>智库咨询--我的技术和科技服务交易平台</title>
 	<title>智库咨询--我的技术和科技服务交易平台</title>
 	<link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
 	<link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
-	<link th:href="${portalHost + '/thinkTank.css'}" rel="stylesheet">
+	<link th:href="${portalHost + '/thinkTank/policyList.css'}" rel="stylesheet">
 </head>
 </head>
 
 
 <body>
 <body>