miaofuhao 1 rok temu
rodzic
commit
c076389dea
2 zmienionych plików z 10 dodań i 1 usunięć
  1. 9 0
      双汇APP-andriod/.project
  2. 1 1
      双汇APP-andriod/js/login.js

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

@@ -228,5 +228,14 @@
228 228
 				<arguments>1.0-name-matches-false-false-node_modules</arguments>
229 229
 			</matcher>
230 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 240
 	</filteredResources>
232 241
 </projectDescription>

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

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