From eb180aa96d42bea455d40645ce90e6a07c1b47e3 Mon Sep 17 00:00:00 2001 From: hdw <hdw@192.168.137.1> Date: 星期六, 19 一月 2019 10:21:57 +0800 Subject: [PATCH] 添加点选验证 --- gx_tieta/WebRoot/mobil/loginm.html | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/loginm.html b/gx_tieta/WebRoot/mobil/loginm.html index 51ef651..cf1a3bf 100644 --- a/gx_tieta/WebRoot/mobil/loginm.html +++ b/gx_tieta/WebRoot/mobil/loginm.html @@ -91,9 +91,9 @@ } else if (password=null||password == "" || password.length < 1) { document.getElementById("msg").innerHTML = "璇疯緭鍏ュ瘑鐮�"; } else { - //$('#lVerify-dialog').removeClass('hdw-dialog-hide'); // 鏄剧ず鎷栧姩楠岃瘉鏁版嵁 - //initVerify(); - checkuser(); + $('#lVerify-dialog').removeClass('hdw-dialog-hide'); // 鏄剧ず鎷栧姩楠岃瘉鏁版嵁 + initVerify(); + //checkuser(); } }; @@ -185,11 +185,11 @@ // 娓呯┖鍐呭 $('#lVerify').text(''); // 閰嶇疆鎷栧姩楠岃瘉鍥惧儚 - $('#lVerify').slideVerify({ - type : 2, //绫诲瀷 - vOffset : 5, //璇樊閲忥紝鏍规嵁闇�姹傝嚜琛岃皟鏁� - vSpace : 5, //闂撮殧 - imgName : ['verify.png'], + $('#lVerify').pointsVerify({ + defaultNum : 4, //榛樿鐨勬枃瀛楁暟閲� + checkNum : 2, //鏍″鐨勬枃瀛楁暟閲� + vSpace : 5, //闂撮殧 + imgName : ['verify1.jpg'], imgSize : { width: '270px', height: '125px', -- Gitblit v1.9.1