dengzhiguo 7 years ago
parent
commit
de4bad1b9c

BIN
img/index_banner06.jpg


+ 1 - 1
src/js/technologyTrading/achievement.js

@@ -138,7 +138,7 @@ function loadDate(pageNo) {
 			    	$(this).siblings("ol").children("li:first").click();
 			    });
 			$(".achievementList ul li ol .consultation").click(function(){
-			    	$('.ret_top li:nth-child(2) a').click()			    	
+			    	$('#lxkf').click()			    	
 			})
             
             if(data.data.list.length===0){

+ 1 - 1
src/js/technologyTrading/demand.js

@@ -109,7 +109,7 @@ $(function(){
 			    });
 			    //点击我要咨询
 				$(".demandList ul li ol .consultation a").click(function(){
-				    $('.ret_top li:nth-child(2) a').click();		    	
+				    $('#lxkf').click();		    	
 				})								
 	           // $('.totalCount').html("共" + data.data.totalCount + "条数据");
 	            thePageLength = data.data.totalCount ? Math.ceil(data.data.totalCount / pageSize) : 1;