hdw
2018-11-27 a39776890bb77107581c22fab7cc8e6baa6c2775
修改登陆页验证显示内容
2个文件已删除
1个文件已添加
2个文件已修改
38 ■■■■ 已修改文件
gx_tieta/WebRoot/css/login_layout.css 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/images/1.jpg 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/images/2.jpg 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/images/verify.png 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/login.jsp 35 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/css/login_layout.css
@@ -277,3 +277,6 @@
    top: 50%;
    margin-top: -150px;
}
.hdw-dialog-content-container {
    position: relative;
}
gx_tieta/WebRoot/images/1.jpg
Binary files differ
gx_tieta/WebRoot/images/2.jpg
Binary files differ
gx_tieta/WebRoot/images/verify.png
gx_tieta/WebRoot/login.jsp
@@ -139,34 +139,11 @@
            
            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');
            });
        });
        
@@ -179,7 +156,7 @@
                type : 2,   //类型
                vOffset : 5,  //误差量,根据需求自行调整
                vSpace : 5, //间隔
                imgName : ['1.jpg', '2.jpg'],
                imgName : ['verify.png'],
                imgSize : {
                    width: '498px',
                    height: '250px',