瀏覽代碼

退出提示框

minitiger 9 年之前
父節點
當前提交
c7cef1acfb
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      VisualInspection/js/main.js

+ 6 - 0
VisualInspection/js/main.js

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