Browse Source

Merge branch 'dev' of http://121.42.53.174:3000/jiapeng/portal-front.git into dev

happy 8 years ago
parent
commit
75b275515c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      js/information.brow.js

+ 3 - 1
js/information.brow.js

@ -335,6 +335,8 @@ $(function() {
335 335
						$(".attentList").html("");
336 336
						var $info = data.data;
337 337
						$("#subArea").text(cap);
338
						$(".resAreaCover").fadeIn();
339
						$(".resAreaCon").show()
338 340
						if($info.length == 0) {
339 341
							$(".resAreaCon").hide();
340 342
							return;
@ -420,7 +422,7 @@ $(function() {
420 422
421 423
							$(".attentList").append(addw);
422 424
						}
423
						$(".resAreaCover").fadeIn();
425
						
424 426
					    $("body").css("position", "fixed");
425 427
					}
426 428
				},