miaofuhao 1 ano atrás
pai
commit
c076389dea
2 arquivos alterados com 10 adições e 1 exclusões
  1. 9 0
      双汇APP-andriod/.project
  2. 1 1
      双汇APP-andriod/js/login.js

+ 9 - 0
双汇APP-andriod/.project

228
 				<arguments>1.0-name-matches-false-false-node_modules</arguments>
228
 				<arguments>1.0-name-matches-false-false-node_modules</arguments>
229
 			</matcher>
229
 			</matcher>
230
 		</filter>
230
 		</filter>
231
+		<filter>
232
+			<id>1710299377997</id>
233
+			<name></name>
234
+			<type>26</type>
235
+			<matcher>
236
+				<id>org.eclipse.ui.ide.multiFilter</id>
237
+				<arguments>1.0-name-matches-false-false-node_modules</arguments>
238
+			</matcher>
239
+		</filter>
231
 	</filteredResources>
240
 	</filteredResources>
232
 </projectDescription>
241
 </projectDescription>

+ 1 - 1
双汇APP-andriod/js/login.js

9
 		document.getElementById("password").value = localStorage.getItem("psw");
9
 		document.getElementById("password").value = localStorage.getItem("psw");
10
 	}
10
 	}
11
 	document.getElementById("login").addEventListener('tap', function() {
11
 	document.getElementById("login").addEventListener('tap', function() {
12
-		
12
+		alert("111")
13
 		var username = document.getElementById('account').value;
13
 		var username = document.getElementById('account').value;
14
 		var password = document.getElementById('password').value;
14
 		var password = document.getElementById('password').value;
15
 		var data = {
15
 		var data = {