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