浏览代码

短信登录

luyanan 7 年之前
父节点
当前提交
7779d5c55c
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      app/html/loginTelNew.html

+ 4 - 2
app/html/loginTelNew.html

67
			}
67
			}
68
	    	document.getElementById("username").addEventListener("focus",function(){
68
	    	document.getElementById("username").addEventListener("focus",function(){
69
	    		focusThis();
69
	    		focusThis();
70
	    	}).addEventListener("blur",function(){
70
	    	})
71
	    	document.getElementById("username").addEventListener("blur",function(){
71
	    		blurThis();
72
	    		blurThis();
72
	    	})
73
	    	})
73
	    	
74
	    	
74
	    	document.getElementById("password").addEventListener("focus",function(){
75
	    	document.getElementById("password").addEventListener("focus",function(){
75
	    		focusThis();
76
	    		focusThis();
76
	    	}).addEventListener("blur",function(){
77
	    	})
78
	    	document.getElementById("password").addEventListener("blur",function(){
77
	    		blurThis();
79
	    		blurThis();
78
	    	})
80
	    	})
79
	    	
81