Browse Source

企业认证图片修改

xuchunyang 8 years ago
parent
commit
981da99a47
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/js/discover.js

+ 2 - 2
app/js/discover.js

@ -288,9 +288,9 @@ function cmpFun(id, $itemlist) {
288 288
				$itemlist.find(".userurl").attr("data-iftauth", data.data.authStatus);
289 289
				if(data.data.authStatus==3){
290 290
					$itemlist.find(".authicon").addClass("authicon-com-ok").attr("title", "认证企业");;	
291
				}else{
291
				}/*else{
292 292
					$itemlist.find(".authicon").addClass("authicon-com-no").attr("title", "未认证企业");;
293
				}
293
				}*/
294 294
			}
295 295
		},
296 296
		"error": function() {