|
@ -127,10 +127,12 @@ $(function() {
|
127
|
127
|
}
|
128
|
128
|
$itemlist.find("#userimg").attr("href", "companybrowinfor.html?orgid=" + data.data.id);
|
129
|
129
|
$itemlist.find("#userUrl").attr("href", "companybrowinfor.html?orgid=" + data.data.id);
|
130
|
|
var userType = autho(data.data.authType, data.data.orgAuth, data.data.authStatus);
|
131
|
|
$itemlist.find(".authiconNew").attr("title", userType.title);
|
132
|
|
$itemlist.find(".authiconNew").addClass(userType.sty);
|
133
|
|
|
|
130
|
if(data.data.authStatus==3){
|
|
131
|
$itemlist.find(".authiconNew").addClass("authicon-com-ok").attr("title", "认证企业");;
|
|
132
|
}else{
|
|
133
|
$itemlist.find(".authiconNew").addClass("authicon-com-no").attr("title", "未认证企业");;
|
|
134
|
}
|
|
135
|
|
134
|
136
|
}
|
135
|
137
|
},
|
136
|
138
|
"error": function() {
|