|
|
|
|
218
|
if($data.authStatus == 3) {
|
218
|
if($data.authStatus == 3) {
|
219
|
$("#authFlag,#proTitle").replaceWith("<em class='authiconNew authicon-com-ok' title='认证企业'></em>");
|
219
|
$("#authFlag,#proTitle").replaceWith("<em class='authiconNew authicon-com-ok' title='认证企业'></em>");
|
220
|
} else {
|
220
|
} else {
|
221
|
$("#authFlag,#proTitle").replaceWith("<em class='authiconNew authicon-com-no' title='未认证企业'></em>");
|
|
|
|
|
221
|
$("#authFlag,#proTitle").replaceWith("");
|
222
|
}
|
222
|
}
|
223
|
if($data.hasOrgLogo) {
|
223
|
if($data.hasOrgLogo) {
|
224
|
$("#headImg,#proHead").attr("src", "/images/org/" + $data.id + ".jpg");
|
224
|
$("#headImg,#proHead").attr("src", "/images/org/" + $data.id + ".jpg");
|