|
@@ -554,12 +554,12 @@ function b_loadTop(){
|
|
.mouseover(function(){
|
|
.mouseover(function(){
|
|
$("#head-hideMenu").show();
|
|
$("#head-hideMenu").show();
|
|
}).mouseleave(function(){
|
|
}).mouseleave(function(){
|
|
- $("#head-hideMenu").hide();
|
|
|
|
|
|
+ //$("#head-hideMenu").hide();
|
|
});
|
|
});
|
|
$("#head-hideMenu").mouseover(function(){
|
|
$("#head-hideMenu").mouseover(function(){
|
|
$(this).show();
|
|
$(this).show();
|
|
}).mouseleave(function(){
|
|
}).mouseleave(function(){
|
|
- $(this).hide();
|
|
|
|
|
|
+ //$(this).hide();
|
|
});
|
|
});
|
|
//处理公用底部扫码登录按钮
|
|
//处理公用底部扫码登录按钮
|
|
$("#bottom-bar>li:first").addClass("invisible");
|
|
$("#bottom-bar>li:first").addClass("invisible");
|
|
@@ -572,6 +572,8 @@ function b_loadTop(){
|
|
var html = '<a onclick="loginModalShow();">登录/注册</a>';
|
|
var html = '<a onclick="loginModalShow();">登录/注册</a>';
|
|
$("#b-loginStatus").html(html);
|
|
$("#b-loginStatus").html(html);
|
|
$("#bottom-bar>li").removeClass("invisible");
|
|
$("#bottom-bar>li").removeClass("invisible");
|
|
|
|
+ //登录
|
|
|
|
+ $("body").append('{{include "/common/login.html"}}');
|
|
}
|
|
}
|
|
try{
|
|
try{
|
|
b_loadTopCallBack(result);
|
|
b_loadTopCallBack(result);
|