职称:"+zhicheng+"
电子邮箱:"+dzyx+"
";
});
str+="";
$("#all_list_228").html(str);
var total = data.total;
var yemashu = Math.ceil(total/8);
if(total>8){
var pages = "共"+total+"条";
pages +="必威";
var shangyiye = page - 1;
if (shangyiye > 0) {
pages +="上一页";
}
for (var i = 0; i < yemashu ; i++) {
j = i+1;
if(page==j){
var c = 'class="active"';
}else{
var c = '';
}
if(j-page>5){
pages +=""+j+"";
}else{
pages +=""+j+"";
}
}
var xiayiye = page + 1;
if (xiayiye <= yemashu) {
pages+="下一页";
}
pages +="尾页";
pages+='跳转到 ";
}
$("#mypages_228").html(pages);
}else{
$("#all_list_228").html('暂无数据');
}
}else{
$("#all_list_228").html(data.msg);
}
},
error: function() {}
})
}