From 5ffe06ecf03ebba9366cde5d3fc547327500d10f Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.137.1>
Date: 星期六, 19 一月 2019 09:16:57 +0800
Subject: [PATCH] 屏蔽拖动验证

---
 gx_tieta/WebRoot/mobil/loginm.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/loginm.html b/gx_tieta/WebRoot/mobil/loginm.html
index 6186a49..51ef651 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();
 		}
 		
 	};

--
Gitblit v1.9.1