|
@@ -35,7 +35,12 @@ var EntSearch = {
|
|
|
setTimeout(function(){
|
|
|
$("#entsearchPage").removeClass("absolute-hide");
|
|
|
},0);
|
|
|
- JyObj.hiddenBottom("0");
|
|
|
+ try{
|
|
|
+ JyObj.hiddenBottom("0");
|
|
|
+ }catch(err){
|
|
|
+ //alert(err)
|
|
|
+ }
|
|
|
+
|
|
|
$("body").css("background-color","#fff");
|
|
|
if(isReload){
|
|
|
this.resetPage(isFocus);
|
|
@@ -646,7 +651,7 @@ var EntSearch = {
|
|
|
//企业推荐列表
|
|
|
getRecList: function (entName_key) {
|
|
|
$("#entsearchPage #recList").html("");
|
|
|
- $.post("/jylab/entsesearch/recList",{entName:entName_key},function(r){
|
|
|
+ $.post("/jyapp/followent/recList",{entName:entName_key},function(r){
|
|
|
if(r){
|
|
|
if(typeof (r.recList)!="undefined"){
|
|
|
var recList = r.recList;
|