From e2ce9886ff1456cd48e72f73c9efba70ad9320f5 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期五, 14 十二月 2018 17:06:31 +0800
Subject: [PATCH] 添加机房信息切换
---
gx_tieta/WebRoot/login.jsp | 37 +++++++------------------------------
1 files changed, 7 insertions(+), 30 deletions(-)
diff --git a/gx_tieta/WebRoot/login.jsp b/gx_tieta/WebRoot/login.jsp
index 5035c84..1b72337 100644
--- a/gx_tieta/WebRoot/login.jsp
+++ b/gx_tieta/WebRoot/login.jsp
@@ -139,35 +139,12 @@
initDBpool();
- // 閰嶇疆鎷栧姩楠岃瘉鍥惧儚
- $('#lVerify').slideVerify({
- type : 2, //绫诲瀷
- vOffset : 5, //璇樊閲忥紝鏍规嵁闇�姹傝嚜琛岃皟鏁�
- vSpace : 5, //闂撮殧
- imgName : ['1.jpg', '2.jpg'],
- imgSize : {
- width: '498px',
- height: '250px',
- },
- blockSize : {
- width: '40px',
- height: '40px',
- },
- barSize : {
- width : '498px',
- height : '40px',
- },
- ready : function() {
-
- },
- success : function() {
- $('#lVerify-dialog').addClass('hdw-dialog-hide'); // 闅愯棌楠岃瘉
- checkuser(); // 楠岃瘉鐢ㄦ埛
- },
- error : function() {
- // alert('楠岃瘉澶辫触锛�');
- }
- });
+ // 鐐瑰嚮绌虹櫧鍖哄煙鍏抽棴楠岃瘉
+ $('#lVerify-dialog .hdw-dialog-bg').click(function() {
+ $('#sub').children('.faa-spin').css('visibility', 'hidden');
+ $('#sub').removeClass('page-loading');
+ $('#lVerify-dialog').addClass('hdw-dialog-hide');
+ });
});
// 鍒濆鍖杤erify鎷栧姩楠岃瘉
@@ -179,7 +156,7 @@
type : 2, //绫诲瀷
vOffset : 5, //璇樊閲忥紝鏍规嵁闇�姹傝嚜琛岃皟鏁�
vSpace : 5, //闂撮殧
- imgName : ['1.jpg', '2.jpg'],
+ imgName : ['verify.png'],
imgSize : {
width: '498px',
height: '250px',
--
Gitblit v1.9.1