浏览代码

去掉企业未认证标志

jack 8 年之前
父节点
当前提交
05e5a05da5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/articalInfo.js

+ 1 - 1
js/articalInfo.js

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");