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