@@ -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){
@@ -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;