|
@ -57,7 +57,8 @@ function loginStatus(){
|
57
|
57
|
$(".onlogin").hide();
|
58
|
58
|
$(".unlogin").show();
|
59
|
59
|
}
|
60
|
|
|
|
60
|
}
|
|
61
|
|
61
|
62
|
//底部导航code显示隐藏
|
62
|
63
|
$(".codehover").hover(function(){
|
63
|
64
|
$(".codehover .code").stop(true, false).fadeOut();
|
|
@ -65,15 +66,6 @@ $(".codehover").hover(function(){
|
65
|
66
|
},function(){
|
66
|
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
|
71
|
function changeTime(dealtime){
|