Browse Source

去掉企业未认证标志

jack 8 years ago
parent
commit
05e5a05da5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/articalInfo.js

+ 1 - 1
js/articalInfo.js

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