Browse Source

comment.js中的bug

luyanan 8 years ago
parent
commit
19eba6d7ad
3 changed files with 4 additions and 2 deletions
  1. 1 0
      src/main/webapp/js/common.js
  2. 2 2
      src/main/webapp/js/search.js
  3. 1 0
      src/main/webapp/search.html

+ 1 - 0
src/main/webapp/js/common.js

@ -51,6 +51,7 @@ function loginStatus(){
51 51
		.error(function(){
52 52
			$(".portrait-p").attr("src","/images/default-photo.jpg");
53 53
		});
54
	}
54 55
	
55 56
	
56 57
//	if(userid && userid != "null" && userid!=null ){

+ 2 - 2
src/main/webapp/js/search.js

@ -7,8 +7,8 @@ $(function(){
7 7
		var industry;
8 8
		var pageSize;
9 9
	 	if(userid){
10
//			$(".head-portrait").show();
11
//			$(".unlogin").hide();
10
			$(".head-portrait").show();
11
			$(".unlogin").hide();
12 12
	 		$(".portrait-p").attr("src","/images/head/"+userid+"_m.jpg");
13 13
			$(".portrait-p").load(function(){									
14 14
			})

+ 1 - 0
src/main/webapp/search.html

@ -152,6 +152,7 @@
152 152
<script src="//apps.bdimg.com/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
153 153
<script type="text/javascript" src="js/common.js"></script>
154 154
<script type="text/javascript" src="js/jquery.cookie.js"></script>
155
<script type="text/javascript" src="js/index.js"></script>
155 156
<script src="js/jquery.page.js"></script>
156 157
<script type="text/javascript" src="js/jquery.similar.msgbox.js"></script>
157 158
<script type="text/javascript" src="js/popup.js"></script>