|
@@ -552,19 +552,19 @@ function b_loadTop(){
|
|
|
html += '<a class="b-round-dot"></a>';
|
|
|
}
|
|
|
html += '</span></li>'
|
|
|
- +'<li onclick="window.location.href=\'/member/show/memberindex\'"><i class="glyphicon ren1"> </i>用户中心</li>'
|
|
|
- +'<li onclick="window.location.href=\'/front/logout\'" class="border-b-0"><i class="glyphicon tuichu"> </i>退出</li>';
|
|
|
+ +'<li onclick="window.location.href=\'/member/show/memberindex\'"><i class="glyphicon ren1"></i>用户中心</li>'
|
|
|
+ +'<li onclick="window.location.href=\'/front/logout\'" class="border-b-0"><i class="glyphicon tuichu"></i>退出</li>';
|
|
|
+'</ul></div>';
|
|
|
$("#b-loginStatus").html(html)
|
|
|
.mouseover(function(){
|
|
|
$("#head-hideMenu").show();
|
|
|
}).mouseleave(function(){
|
|
|
- //$("#head-hideMenu").hide();
|
|
|
+ $("#head-hideMenu").hide();
|
|
|
});
|
|
|
$("#head-hideMenu").mouseover(function(){
|
|
|
$(this).show();
|
|
|
}).mouseleave(function(){
|
|
|
- //$(this).hide();
|
|
|
+ $(this).hide();
|
|
|
});
|
|
|
//处理公用底部扫码登录按钮
|
|
|
$("#bottom-bar>li:first").addClass("invisible");
|