Browse Source

底部二维码效果失效问题

luyanan 8 years ago
parent
commit
995dc99a14
1 changed files with 2 additions and 10 deletions
  1. 2 10
      src/main/webapp/js/common.js

+ 2 - 10
src/main/webapp/js/common.js

57
		$(".onlogin").hide();
57
		$(".onlogin").hide();
58
		$(".unlogin").show();
58
		$(".unlogin").show();
59
	}
59
	}
60
	
60
}
61
61
//底部导航code显示隐藏
62
//底部导航code显示隐藏
62
$(".codehover").hover(function(){
63
$(".codehover").hover(function(){
63
	$(".codehover .code").stop(true, false).fadeOut();
64
	$(".codehover .code").stop(true, false).fadeOut();
65
	},function(){
66
	},function(){
66
		$(this).find(".code").stop(true, false).hide();
67
		$(this).find(".code").stop(true, false).hide();
67
		})
68
		})
68
//底部导航code显示隐藏	
69
//	if(userid && userid != "null" && userid!=null ){
70
//		$(".head-portrait").show();
71
//		$(".unlogin").hide();
72
//	}else{
73
//		$(".head-portrait").hide();
74
//		$(".unlogin").show();
75
//	}
76
}
77
69
78
//转换格式
70
//转换格式
79
function changeTime(dealtime){
71
function changeTime(dealtime){