liuyifan лет назад: 5
Родитель
Сommit
1a1c174266
2 измененных файлов с 5 добавлено и 3 удалено
  1. 2 2
      WebUI/CallCenterWeb.UI/index.html
  2. 3 1
      WebUI/CallCenterWeb.UI/js/index.js

+ 2 - 2
WebUI/CallCenterWeb.UI/index.html

888
             padding: 0 0 10px 0;
888
             padding: 0 0 10px 0;
889
         }
889
         }
890
 
890
 
891
-        .layui-layer-content {
891
+        /* .layui-layer-content {
892
             box-shadow: 0 1px 3px rgba(0,0,0,.3);
892
             box-shadow: 0 1px 3px rgba(0,0,0,.3);
893
-        }
893
+        } */
894
 
894
 
895
         .phoneBZ {
895
         .phoneBZ {
896
             display: inline-block;
896
             display: inline-block;

+ 3 - 1
WebUI/CallCenterWeb.UI/js/index.js

221
                 }
221
                 }
222
             } else {
222
             } else {
223
                 layer.confirm("授权过期,请联系系统厂家", {
223
                 layer.confirm("授权过期,请联系系统厂家", {
224
-                    icon: 2,
225
                     btn: ['确定'],
224
                     btn: ['确定'],
226
                     yes:function (index, layero) {
225
                     yes:function (index, layero) {
227
                         window.location.href = "login.html";
226
                         window.location.href = "login.html";
227
+                    },
228
+                    cancel: function(index, layero){
229
+                        window.location.href = "login.html";
228
                     }
230
                     }
229
                 });
231
                 });
230
             }
232
             }