@@ -28,8 +28,14 @@ $(document).ready(function () {
$("#user").html(html);
}
+ var offset = "auto";
+ if(true) {
+ offset ="t";
+ }
$("#login_out_btn").on("click", function () {
layer.confirm('您确定要退出登录?', {
+ offset:offset,
+ shade:0,
btn: ['确定'] //按钮
}, function () {
UserLoginOUT(function () {